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
This is a breaking change to the API because a new ToMap constructor
was added to the Expr type
This is also a technically breaking change to the language because toMap
is now a reserved keyword, although most code should be unaffected in
practice
BREAKING CHANGE: Sort the fields of a record projection during normalization
This is a technically breaking change to the language because any
expressions with an uninterpreted record projection will have a different
semantic integrity check. However, most could should be unaffected in
practice
The Haskell implementation now implicitly caches all local imports, not
just imports frozen by integrity checks, so that you don't have to freeze
them when doing local development
These cached imports are still correctly invalidated if they or any of
their dependencies change
This new implicit cache is stored underneath ~/.cache/dhall-haskell by
default