lambdapi icon indicating copy to clipboard operation
lambdapi copied to clipboard

Rewriting does not generate existential variables

Open gabrielhdt opened this issue 2 years ago • 0 comments

Rewriting generates holes that must be transformed into existential variables by the type checker. Unification hints have been adapted to use that mechanism.

Fixes issue #600

There is also a fix for the Dedukti export: pattern variable P with an environment [x] in the RHS would be printed as P x instead of (P x) (would cause issues with El P x v El (P x)).

gabrielhdt avatar Jul 15 '22 16:07 gabrielhdt