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

A re-do of the SimpleFP repo using de Bruijn index ABTs instead of HOAS

Results 3 SimpleFP-v2 issues
Sort by recently updated
recently updated
newest added

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...

I don't know if it's really a concern, but starting from the `Dependent` variant we can define an equality type and prove things about equalities. Unfortunately, the way unification is...