lambdapi icon indicating copy to clipboard operation
lambdapi copied to clipboard

Record the list of variables with their types in typing rules ?

Open fblanqui opened this issue 5 years ago • 1 comments

This field would be set after checking subjection reduction. This would simplify termination and confluence checking. Note that it is important that termination and confluence checking is fast. Otherwise people won't use it.

fblanqui avatar Feb 15 '19 18:02 fblanqui

Note that this is going to be very tricky, and it is not even clear what the type of a pattern variable is. Or is it? What about constraints for example?

rlepigre avatar Feb 15 '19 19:02 rlepigre