Kindex icon indicating copy to clipboard operation
Kindex copied to clipboard

Collection of Kind2 programs and proofs

Results 8 Kindex issues
Sort by recently updated
recently updated
newest added

I hope i am not saying nonsense, but i think there is a little error in the Pair Application interaction network.

Hope fixing the typos is OK!

The characters between 65 and 91 are the uppercase letters. The characters between 97 and 127 are the lowercase letters. The way it was, `Char.is_lower` accepts any codepoint that is...

Some files in the Algebra folder are using tabs instead of spaces in some lines.

If I understand the code correctly, in Kind2, Equal.refl is not a constructor, but a regular definition. This may be problematic, where inductive constructors are injective, while normal definitions may...