Revision 876cd1368d5698550bd781cee094ff8c982854bc authored by Ranjit Jhala on 11 April 2019, 18:12:14 UTC, committed by Ranjit Jhala on 11 April 2019, 18:12:14 UTC
1 parent 42c027a
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