SimpleFP-v2
SimpleFP-v2 copied to clipboard
Update for GHC8 and (partial) fix of assertion patterns checking
This pull request contains
- Update for recent GHC/transformers
- Fix of the assertion patterns check problem (except for the Dpendent.Monadic variant)
- Fix of unification to prevent proving of arbitrary function injectivity
@yanok You separated Unification into "solve" and "check" right?
@be5invis not really. It is still just solve.