quox/lib/Quox/Typing
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
..
Context.idr don't print empty contexts in errors 2023-03-26 16:11:11 +02:00
EqMode.idr split up Quox.Typing 2023-03-13 21:41:57 +01:00
Error.idr quantities in case don't need to be *exactly* the same 2023-03-27 00:01:32 +02:00