.. |
Parser
|
allow "let x : A = e in s" with type annotation
|
2023-12-21 17:54:31 +01:00 |
Syntax
|
pretty printing fixes
|
2023-12-21 18:03:57 +01:00 |
Typing
|
pretty printing fixes
|
2023-12-21 18:03:57 +01:00 |
Untyped
|
never inline let bindings from the original source
|
2023-12-21 18:04:12 +01:00 |
Whnf
|
fix typechecker loop when coercing boxes
|
2024-02-10 10:07:06 +01:00 |
BoolExtra.idr
|
rename <&&>/<||> to andM/orM
|
2023-03-03 12:19:15 +01:00 |
CharExtra.idr
|
string/nat lit stuff
|
2023-11-05 15:38:13 +01:00 |
Context.idr
|
rename BindName.name to .val
|
2023-09-20 21:58:27 +02:00 |
Decidable.idr
|
some more properties of var
|
2023-01-12 16:03:09 +01:00 |
Definition.idr
|
add postulate, #[compile-scheme], #[main]
|
2023-11-03 18:05:54 +01:00 |
Displace.idr
|
add let to the core
|
2023-12-04 22:47:52 +01:00 |
EffExtra.idr
|
some of this EffExtra stuff doesn't work
|
2023-11-03 18:05:54 +01:00 |
Equal.idr
|
recognise nats other than 0 in eq checker
|
2023-12-21 17:48:12 +01:00 |
FreeVars.idr
|
add let to the core
|
2023-12-04 22:47:52 +01:00 |
Loc.idr
|
add PrettyVal stuff for parser AST
|
2023-11-03 18:05:54 +01:00 |
Name.idr
|
add PrettyVal stuff for parser AST
|
2023-11-03 18:05:54 +01:00 |
NatExtra.idr
|
string/nat lit stuff
|
2023-11-05 15:38:13 +01:00 |
No.idr
|
make coercion computation type-directed like it should be
|
2023-08-26 21:00:19 +02:00 |
OPE.idr
|
re-add tightening and use it when messing with scopes
|
2023-04-17 20:56:31 +02:00 |
Parser.idr
|
more parser/FromParser stuff
|
2023-03-12 18:28:37 +01:00 |
Pretty.idr
|
pretty printing fixes
|
2023-12-21 18:03:57 +01:00 |
PrettyValExtra.idr
|
add PrettyVal stuff for parser AST
|
2023-11-03 18:05:54 +01:00 |
Scoped.idr
|
move Scoped to separate module
|
2023-09-20 21:58:04 +02:00 |
Syntax.idr
|
move Quox.Syntax.Var to just Quox.Var
|
2023-09-20 21:56:59 +02:00 |
Typechecker.idr
|
fix several quantity issues
|
2023-12-21 18:01:17 +01:00 |
Typing.idr
|
add local bindings to context
|
2023-12-07 01:43:39 +01:00 |
Var.idr
|
move Quox.Syntax.Var to just Quox.Var
|
2023-09-20 21:56:59 +02:00 |
Whnf.idr
|
split up whnf module
|
2023-08-24 18:42:26 +02:00 |