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
Just converting literal naturals to Nat terms will be terribly inefficient. We should have a builtin function intToNat in the core (an identifier with a definition, marked as builtin intToNat), and at first convert a literal natural X to intToNat X, and then when converting Nat representation to Core integers change all applications intToNat X to X and all other occurrences of intToNat to identity.
No description provided.
The text was updated successfully, but these errors were encountered: