You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some examples that should be very straightforward:
Integer/show
Natural/show
Double/show
Natural/toInteger
More involved:
#, aka ListAppend
Text/show
//\\, aka CombineTypes and RecursiveRecordTypeMerge
/\, aka Combine and RecursiveRecordMerge
//, aka Prefer and RightBiasedRecordMerge
record projection (record.{ x, y, z })
union constructor selection (union.x)
text interpolation
The full list of missing cases can be found in the commented tests in normalize.rs and typecheck.rs. Note that since imports are automatically typechecked, implementing only the normalization part may give you type errors.
See also #77
The text was updated successfully, but these errors were encountered:
Nadrieril
changed the title
Implement some of the missing typecheck and normalization cases
Implement the missing typecheck and normalization cases
Apr 12, 2019
Some examples that should be very straightforward:
Integer/show
Natural/show
Double/show
Natural/toInteger
More involved:
#
, akaListAppend
Text/show
//\\
, akaCombineTypes
andRecursiveRecordTypeMerge
/\
, akaCombine
andRecursiveRecordMerge
//
, akaPrefer
andRightBiasedRecordMerge
record.{ x, y, z }
)union.x
)The full list of missing cases can be found in the commented tests in
normalize.rs
andtypecheck.rs
. Note that since imports are automatically typechecked, implementing only the normalization part may give you type errors.See also #77
The text was updated successfully, but these errors were encountered: