cic-redex icon indicating copy to clipboard operation
cic-redex copied to clipboard

A Redex model of CIC as specified in Chapter 4 of the Coq reference manual.

Results 3 cic-redex issues
Sort by recently updated
recently updated
newest added

The current attempt at getting an algorithmic conversion rule isn't quite right, as it doesn't allow for transitive subtyping. E.g. if `A` reduces to `B`, and `B` is a subtype...

bug

I don't seem to have any tests with indexed types.

bug

While I think they implement the same logic, the rule is a little too far from the spec, and not necessarily so.