calculus-of-constructions icon indicating copy to clipboard operation
calculus-of-constructions copied to clipboard

Minimal, fast, robust implementation of the Calculus of Constructions on JavaScript.

Results 1 calculus-of-constructions issues
Sort by recently updated
recently updated
newest added

The expression `(a:(.* *) (:(.* a) a))` can be normalized and typed without errors. The type is inferred as `(a.(.* *) (.(.* a) (.* *)))`. However, when inferring the type...