quox/lib/Quox/Syntax/Qty
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
..
Three.idr quantities in case don't need to be *exactly* the same 2023-03-27 00:01:32 +02:00