quox/lib/Quox/Syntax
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
..
Qty quantities in case don't need to be *exactly* the same 2023-03-27 00:01:32 +02:00
Term more tests 2023-03-26 16:15:19 +02:00
Dim.idr remove inject stuff 2023-03-25 22:44:30 +01:00
DimEq.idr some DimEq tests 2023-03-25 20:55:38 +01:00
Qty.idr quantities in case don't need to be *exactly* the same 2023-03-27 00:01:32 +02:00
Shift.idr remove inject stuff 2023-03-25 22:44:30 +01:00
Subst.idr use a SnocVect for subN 2023-03-26 16:09:47 +02:00
Term.idr Q.S.T.Reduce ⇒ Q.Reduce and make it use Definition directly 2023-02-19 18:54:59 +01:00
Var.idr remove inject stuff 2023-03-25 22:44:30 +01:00