better error reporting in coreTypeToWeakType; dont use Prelude_error
[coq-hetmet.git] / src / HaskCoreToWeak.v
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 Megaczsplit HaskLiteralsAndTyCons into two files
2011-03-25 Adam Megaczadd Concatenable, LatexMath, and fix HaskProofToLatex
2011-03-25 Adam Megaczchange import order in HaskCoreToWeak
2011-03-25 Adam Megaczmove ModalBoxTyCon, ArrowTyCon to HaskLiteralsAndTyCons
2011-03-16 Adam Megaczadd crude Monad type class
2011-03-15 Adam Megaczreshuffle definitions in an attempt to iron out inter...
2011-03-14 Adam Megaczadd support for CSP in HaskCore+HaskWeak
2011-03-14 Adam Megaczmore formatting fixes
2011-03-14 Adam Megaczminor cleanups, deleted dead code, eliminated use of...
2011-03-14 Adam Megaczfirst pass at proper handling of coercions in HaskWeak
2011-03-14 Adam Megaczremove weakTypeOfWeakExpr and replaceWeakTypeVar, no...
2011-03-14 Adam Megaczstore the scrutinee CoreVar in WeakExpr Case to simplif...
2011-03-14 Adam Megaczstore the magic CoreVar for hetmet brak/esc in WeakExpr...
2011-03-13 Adam Megaczrestore HaskWeakToStrong functionality that I broke...
2011-03-12 Adam MegaczMake the HaskStrong type representation Kind-indexed...
2011-03-07 Adam Megaczgive HaskWeak its own type representation, fix numerous...
2011-03-07 Adam Megaczseparate type/coer/expr variables in HaskWeak case...
2011-03-07 Adam MegaczChanged WEBrak/WEEsc to store a CoreType
2011-03-07 Adam MegaczAdded WeakVar, a separate variable representation for...
2011-03-07 Adam Megaczadded HaskCoreToWeak