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
Reading "smol-core/test/static/Prelude.smol"
[error]: Unification error! Expected matching types but found Nat and U1 + 1.
╭──▶ <repl>@1:1-1:1
│
1 │ def id : a -> a
•
• ╰╸ This has type Nat
•
12 │ def betterTest = let f = \a -> a + 1;
• ┬────
• ╰╸ This has type U1 + 1
•
│ Note: These two values should be of the same type
─────╯
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: