3b6ae36e4e
add logging to core
2024-04-04 19:26:41 +02:00
a9e8f14ad5
fix a small bug in Q.Whnf.Coercion
2024-03-21 21:29:01 +01:00
b67162bda1
fix the other similar loops
...
closes #38 , again
2024-02-24 16:04:38 +01:00
f337625801
remove most noLocs
2024-02-10 10:14:22 +01:00
2cafb35bc1
fix some comments
2024-02-10 10:14:22 +01:00
47069a9316
fill a stray hole
2024-02-10 10:14:22 +01:00
81783dbae0
fix typechecker loop when coercing boxes
...
closes #38
2024-02-10 10:07:06 +01:00
03c197bd04
add local bindings to context
...
- without this, inside the body of `let x = e in …`, the typechecker
would forget that `x = e`
- now bound variables can reduce, if they have a definition, so RedexTest
needs to take the context too
2023-12-07 01:43:39 +01:00
b1699ce022
add let to the core
2023-12-04 22:47:52 +01:00
0514fff481
represent ℕ constants directly
...
instead of as huge `succ (succ (succ ⋯))` terms
2023-11-03 18:05:54 +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
421eb220fd
erasure refactor
2023-11-03 18:05:54 +01:00
0c1df54d62
improve handling of context lengths
2023-11-03 18:05:54 +01:00
6896c8fcc4
rename SQtys to sg (σ)
2023-11-03 18:05:54 +01:00
bb8d2464af
add fst and snd
2023-09-18 21:53:38 +02:00
e6c06a5c81
pass the subject quantity through equality etc
...
in preparation for non-linear η laws
2023-09-18 21:53:38 +02:00
4c88918ade
stop throwing names away
2023-09-17 19:08:49 +02:00
8221d71416
some refactors
2023-09-17 14:41:20 +02:00
d5d30ee198
loosen pushCoe's type slightly
2023-08-28 20:03:06 +02:00
6f9d31aa0a
add displacement to Definition
2023-08-28 19:59:36 +02:00
2340b14407
partly improve coercions over constant lines
...
still needs a real quality check, or something, for stuff like
e : (x ≡ x : A) ⊢ coe (𝑖 ⇒ e @𝑖) x
2023-08-27 18:28:08 +02:00
22db2724ce
make coercion computation type-directed like it should be
2023-08-26 21:00:19 +02:00
0bcb8c24db
make an optional Loc non-optional
2023-08-26 20:59:39 +02:00
a221380d61
more effect stuff, incl. ST
2023-08-25 18:59:54 +02:00
8264a1bb81
split up whnf module
2023-08-24 18:42:26 +02:00