cubicaltt icon indicating copy to clipboard operation
cubicaltt copied to clipboard

Experimental implementation of Cubical Type Theory

Results 23 cubicaltt issues
Sort by recently updated
recently updated
newest added

The error message for type checking errors, while correct, is rather unhelpful in bigger proofs. It would be nice if it could at least state a line number where things...

enhancement

``` module test where import nat suc' : nat -> nat = suc ``` yields: ``` Type checking failed: expected a data type for the constructor suc but got Pi...

enhancement

If those changes is suitable, I will submit the package to nixpkgs after merged. :)