Revision d73b9b4270fd60825bd4b949ef6ec7b2a226250a authored by mkolosick on 09 July 2019, 05:14:28 UTC, committed by mkolosick on 09 July 2019, 05:14:28 UTC
1 parent 31fc379
Raw File
TODO.md
# TODO

## PLE2

```haskell
data GuardEquation = ...

guardEquation :: Equation -> GuardEquation
```


## Example

## LH1424 GADTs/Coerce

- [*] Define coerce-consts (c.f. applySorts)
- [*] Encode coerce with coerce-consts
- [*] Encode trivial coerce- without ...
back to top