redtt
redtt copied to clipboard
"Between the darkness and the dawn, a red cube rises!": a proof assistant for cartesian cubical type theory
They will be available in Coq and agda, and if I understand things well they are consistent with CTT. Should we want them in redtt? https://github.com/coq/ceps/pull/37
0. Sometimes Name.pp is used and sometimes Pp.Env and Name.to_string are used. Needs to be consistent. 1. We are still shadowing global names in the signature (including constructors, data types,...
This class includes the "contsructors" for `V` types, `fhcom` types, and maybe more in the future. One of the invariants is that a *volatile* term can always synthesize the most...
The “generalize” tactic is useful. We should expose it to the user!
So much duplication! So much opportunity for bugs!
0. Avoid expanding things unless necessary or otherwise too expensive. 1. Respect `opaque let`. @jonsterling