quox/lib/Quox
rhiannon morris 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
..
Parser natural numbers 2023-03-26 14:40:54 +02:00
Syntax quantities in case don't need to be *exactly* the same 2023-03-27 00:01:32 +02:00
Typing quantities in case don't need to be *exactly* the same 2023-03-27 00:01:32 +02:00
BoolExtra.idr rename <&&>/<||> to andM/orM 2023-03-03 12:19:15 +01:00
CharExtra.idr add - as an idCont char 2023-03-05 12:18:39 +01:00
Context.idr quantities in case don't need to be *exactly* the same 2023-03-27 00:01:32 +02:00
Decidable.idr some more properties of var 2023-01-12 16:03:09 +01:00
Definition.idr remove inject stuff 2023-03-25 22:44:30 +01:00
Equal.idr natural numbers 2023-03-26 14:40:54 +02:00
Name.idr reorder some imports 2023-03-17 21:50:04 +01:00
No.idr whnf actually reduces to whnf now (probably) 2023-01-23 03:02:55 +01:00
Parser.idr more parser/FromParser stuff 2023-03-12 18:28:37 +01:00
Pretty.idr add runPrettyWith, etc 2023-03-25 20:48:26 +01:00
Reduce.idr use a SnocVect for subN 2023-03-26 16:09:47 +02:00
Syntax.idr remove universe type 2023-03-05 16:48:29 +01:00
Typechecker.idr quantities in case don't need to be *exactly* the same 2023-03-27 00:01:32 +02:00
Typing.idr natural numbers 2023-03-26 14:40:54 +02:00