better error reporting in coreTypeToWeakType; dont use Prelude_error
[coq-hetmet.git] / src / Extraction-prefix.hs
2011-05-31 Adam Megaczbetter error reporting in coreTypeToWeakType; dont...
2011-05-14 Adam Megaczimprove detection of type function kinds, mainly their...
2011-05-10 Adam Megaczstart using type-family-based GArrow classes
2011-05-09 Adam Megaczuse the "debug" version of Outputable for ToString...
2011-05-09 Adam Megaczminor cleanups to Extraction-prefix.hs to eliminate...
2011-04-25 Adam Megaczadd -fno-warn-unused-{binds,patterns} to Coq extraction
2011-03-28 Adam MegaczMerge branch 'master' of git.megacz.com/coq-hetmet
2011-03-28 Adam Megaczorganize Extraction-prefix.hs a bit
2011-03-28 Adam Megaczfallback plan: turn all CoreSyn coercions into unsafeCoerce
2011-03-27 Adam Megaczchange name of string-extraction placeholder
2011-03-19 Adam Megaczadd tracing support to Extraction-prefix.hs
2011-03-16 Adam Megaczfix broken sortAlts implementation
2011-03-16 Adam Megaczmajor overhaul of WeakToStrong/StrongToWeak; it can...
2011-03-15 Adam Megaczfix spellings in Extraction-prefix.hs, minor tweaks
2011-03-14 Adam Megaczminor cleanups, deleted dead code, eliminated use of...
2011-03-14 Adam Megaczfix sortAlts so it actually does something
2011-03-14 Adam Megaczfirst pass at proper handling of coercions in HaskWeak
2011-03-12 Adam MegaczMake the HaskStrong type representation Kind-indexed...
2011-03-07 Adam Megaczadd HaskStrongToProof
2011-03-07 Adam MegaczChanged WEBrak/WEEsc to store a CoreType
2011-03-07 Adam MegaczAdded WeakVar, a separate variable representation for...
2011-03-02 Adam MegaczInitial checkin of Coq-in-GHC code