ProgrammingLanguage: more implementation
[coq-hetmet.git] / src / HaskWeakToStrong.v
2011-03-25 Adam Megaczadd Concatenable, LatexMath, and fix HaskProofToLatex
2011-03-21 Adam Megaczmake StrongAlt a parameter rather than field in StrongC...
2011-03-20 Adam Megaczrequire all branches of LetRec be at the same level...
2011-03-19 Adam Megaczmove Prelude_error to General.v
2011-03-16 Adam Megaczcheck for Case that uses its binder, which we do not...
2011-03-16 Adam Megaczmajor overhaul of WeakToStrong/StrongToWeak; it can...
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 Megaczrename weakTypeToType'' to weakTypeToTypeOfKind
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 HaskWeakToStrong
2011-03-14 Adam Megaczmajor revision of HaskWeakToStrong, put phi/psi on...
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 Megaczadd HaskWeakToStrong