Revision 95a7cd422582736fc746cbb413bf9e81bf3b163a authored by Anish Tondwalkar on 30 July 2019, 18:46:43 UTC, committed by Anish Tondwalkar on 30 July 2019, 18:46:43 UTC
some strage interaction between forall and implicits

this causes forall a. h ~> n -> ... to get scoped as

```
   forall n ...
/\ forall h ...
```

instead of

```
forall n ...
  forall h ....
```
1 parent 0dc1fc4
History
File Mode Size
bin
lib
liquid-fixpoint @ bab728a
scripts
tests
.gitignore -rw-r--r-- 35 bytes
.gitmodules -rw-r--r-- 105 bytes
LICENSE -rw-r--r-- 1.0 KB
README.md -rw-r--r-- 900 bytes
Setup.hs -rw-r--r-- 46 bytes
mist.cabal -rw-r--r-- 2.6 KB
stack.yaml -rw-r--r-- 344 bytes

README.md

back to top