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
I have started converting most of the algorithms from Core.hs, but they need to be finished and verified.
shift and subst are important to get tested to ensure correctness, but I think I copied and converted them over fully.
normalizeWith needs to be completed in full, and tested, as it is one of the most important parts of Dhall. isNormalizedWith can be just derived from it for now, but should be updated with a real algorithm. Maybe they can be merged, returning Tuple Boolean (Lazy (Expr s a))
Related: I don’t understand boundedType and whether it applies to a strict implementation and if I actually need laziness somewhere. Actually implement boundedTypeG.
The text was updated successfully, but these errors were encountered:
I have started converting most of the algorithms from Core.hs, but they need to be finished and verified.
shift
andsubst
are important to get tested to ensure correctness, but I think I copied and converted them over fully.normalizeWith
needs to be completed in full, and tested, as it is one of the most important parts of Dhall.isNormalizedWith
can be just derived from it for now, but should be updated with a real algorithm. Maybe they can be merged, returningTuple Boolean (Lazy (Expr s a))
Related: I don’t understandActually implementboundedType
and whether it applies to a strict implementation and if I actually need laziness somewhere.boundedTypeG
.The text was updated successfully, but these errors were encountered: