SimpleFP-v2 icon indicating copy to clipboard operation
SimpleFP-v2 copied to clipboard

Update for GHC8 and (partial) fix of assertion patterns checking

Open yanok opened this issue 8 years ago • 2 comments

This pull request contains

  1. Update for recent GHC/transformers
  2. Fix of the assertion patterns check problem (except for the Dpendent.Monadic variant)
  3. Fix of unification to prevent proving of arbitrary function injectivity

yanok avatar Jun 02 '17 18:06 yanok

@yanok You separated Unification into "solve" and "check" right?

be5invis avatar Jun 02 '17 18:06 be5invis

@be5invis not really. It is still just solve.

yanok avatar Jun 02 '17 19:06 yanok