update baked in CoqPass.hs
[coq-hetmet.git] / src / HaskWeak.v
2011-05-28 Adam Megaczrename constructors of Arrange to start with A instead...
2011-05-27 Adam Megaczadd commented-out/incomplete implementation of simplify...
2011-05-26 Adam Megacznote to self in HaskWeak
2011-05-09 Adam Megaczsplit HaskLiteralsAndTyCons into two files
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 Megaczremove dead code from 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-13 Adam MegaczEliminate the need for WeakVar decidable equality axiom
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-02 Adam MegaczInitial checkin of Coq-in-GHC code