minor cleanups, deleted dead code, eliminated use of (==) on CoreType
[coq-hetmet.git] / src / HaskWeakToCore.v
2011-03-14 Adam Megaczminor cleanups in HaskStrongToWeak
2011-03-14 Adam Megaczfirst pass at proper handling of coercions in HaskWeak
2011-03-14 Adam Megaczbetter error reporting in Extraction.v
2011-03-14 Adam Megaczfix spelling error in HaskWeakToCore
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-07 Adam Megaczgive HaskWeak its own type representation, fix numerous...
2011-03-07 Adam Megaczbetter names for the auxiliary CaseBranch records
2011-03-07 Adam Megaczseparate type/coer/expr variables in HaskWeak case...
2011-03-07 Adam Megaczadd HaskWeakToCore