ENH export types in common

This commit is contained in:
Nathan Dwarshuis 2022-12-15 22:48:14 -05:00
parent 5e46efff9e
commit d0f66674e4
1 changed files with 43 additions and 40 deletions

View File

@ -2,7 +2,9 @@ let List/map =
https://prelude.dhall-lang.org/v21.1.0/List/map https://prelude.dhall-lang.org/v21.1.0/List/map
sha256:dd845ffb4568d40327f2a817eb42d1c6138b929ca758d50bc33112ef3c885680 sha256:dd845ffb4568d40327f2a817eb42d1c6138b929ca758d50bc33112ef3c885680
let T = ./Types.dhall let T =
./Types.dhall
sha256:9ae1752e3a609061fd4e53ff0295c0275998e92466cc6e17f7e670b343633165
let nullSplit = let nullSplit =
\(a : T.SplitAcnt) -> \(a : T.SplitAcnt) ->
@ -185,3 +187,4 @@ in { nullSplit
, mvDenN , mvDenN
, PartSplit , PartSplit
} }
/\ T