dd697ba56e
add CheckBuiltin
2024-04-14 16:20:25 +02:00
b7074720ad
pretty printing fixes
2023-12-21 18:03:57 +01:00
2f8a2d2cd2
fix typo in error
2023-11-04 17:45:55 +01:00
fa7f82ae5a
rename Nat to NAT in AST
2023-11-03 18:05:54 +01:00
e0ed37720f
always vsep scheme lets, otherwise they are unreadable
2023-11-03 18:05:54 +01:00
fbb862c88b
%default total
2023-11-03 18:05:54 +01:00
e6c06a5c81
pass the subject quantity through equality etc
...
in preparation for non-linear η laws
2023-09-18 21:53:38 +02:00
e1257560b7
Show for contexts, etc
2023-09-17 19:09:54 +02:00
7b93a913c7
rewrite pretty printer
2023-05-15 17:13:14 +02:00
8d6ae6cc32
move location to the start of type errors
2023-05-02 19:03:05 +02:00
d5f4a012c5
add source locations to inner syntax
2023-05-02 03:06:25 +02:00
a5ccf0215a
coercions and compositions
2023-04-15 15:13:01 +02:00
ba2818a865
remove IsQty interface
2023-04-01 19:16:43 +02:00
36609713ac
mtl ⇒ eff
2023-03-31 19:26:24 +02:00
8a9b4c23dd
box type
2023-03-31 19:26:24 +02:00
773f6372ea
quantities in case don't need to be *exactly* the same
...
...as long as they are all compatible with the target.
for example, given ω.n : ℕ:
```
case double_it? return ℕ of {
'true ⇒ plus n n;
'false ⇒ n
}
```
2023-03-27 00:01:32 +02:00
f620dda639
fix error message
2023-03-26 16:15:30 +02:00
46e13c8ca2
don't print empty contexts in errors
2023-03-26 16:11:11 +02:00
78e48911d0
check that an enum case head has the right type
...
haha oops
2023-03-26 14:41:20 +02:00
9250789219
natural numbers
2023-03-26 14:40:54 +02:00
8f0f0c1891
"1.(x: A) → B" instead of "(1.x: A) → B"
...
also "1.A → B"
2023-03-18 23:27:27 +01:00
32f38238ef
pretty printing errors
2023-03-15 15:54:51 +01:00
86d21caf24
put names into contexts, and contexts into errors
2023-03-14 16:04:41 +01:00
f4af1a5a78
split up Quox.Typing
2023-03-13 21:41:57 +01:00