ucsd-progsys / liquidhaskell-tutorial

Tutorial for LiquidHaskell
https://ucsd-progsys.github.io/liquidhaskell-tutorial/
MIT License
74 stars 27 forks source link

Fix broken exercise in CH08 #89

Closed tjade273 closed 4 years ago

tjade273 commented 4 years ago

It appears that this exercise wanted mergeSort to have a nontermination bug, allowing us to prove the incorrect proposition. This was fixed at some point, probably not realizing that it should be broken.