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 used the dhall reference implementation dhall-lang/standard as the basis when creating the types for the AST and also copied the unlimited precision integer Natural for the DeBruijn index of Expression.Variable. In reality a Nat will always be sufficient and would probably speed up shifting and unshifting of the indexes quite a bit.
The text was updated successfully, but these errors were encountered:
I used the dhall reference implementation dhall-lang/standard as the basis when creating the types for the AST and also copied the unlimited precision integer Natural for the DeBruijn index of
Expression.Variable
. In reality a Nat will always be sufficient and would probably speed up shifting and unshifting of the indexes quite a bit.The text was updated successfully, but these errors were encountered: