log src/elab_env.sml

age author description
2011-12-18 Adam Chlipala Add a new scoping check for unification variables, to fix a type inference bug
2011-10-15 Adam Chlipala Improved unification of record literals in type class resolution
2011-05-01 Karn Kallio Fix bug in projection of constructors from modules in class rules.
2011-04-26 Karn Kallio Fix for projection of type class constructors in signatures.
2010-12-02 Adam Chlipala More hnorm during type class resolution
2010-10-10 Adam Chlipala Hopeful fix for the Great Unification Bug
2010-09-07 Adam Chlipala Server-side 'onError'
2010-06-03 Adam Chlipala Some serious bug-fix work to get HTML example to compile; this includes fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize
2010-04-04 Adam Chlipala Pushing policies through
2009-12-15 Adam Chlipala Convert to task syntax
2009-12-13 Adam Chlipala Initializers and setval
2009-12-05 Adam Chlipala Recursive hnormSgn for projections of signatures from modules
2009-08-06 Adam Chlipala Fix type class resolution infinite loop, discovered while meeting with Ezra
2009-06-16 Adam Chlipala Fix a bug in type class enrichment from substructures
2009-05-28 Adam Chlipala Destructing local let, to the point where demo compiles
2009-05-16 Adam Chlipala Mutual datatypes through Elaborate
2009-04-28 Adam Chlipala A view query works
2009-04-28 Adam Chlipala Preparing to allow views in SELECT FROM clauses
2009-04-28 Adam Chlipala LEFT JOIN
2009-04-12 Adam Chlipala Classes as optional arguments to Basis.tag
2009-04-12 Adam Chlipala Stop tracking CSS classes in XML types
2009-04-12 Adam Chlipala style declarations
2009-04-09 Adam Chlipala Made type class system very general; demo compiles
2009-04-07 Adam Chlipala PRIMARY KEY
2009-04-07 Adam Chlipala Track uniqueness sets in table types
2009-04-07 Adam Chlipala UNIQUE constraints
2009-03-29 Adam Chlipala Expunging nullable fields
2009-03-26 Adam Chlipala Enforce termination of type class instances
2009-03-26 Adam Chlipala Type class inclusions
2009-03-26 Adam Chlipala Type class reductions, but no inclusions yet