Mercurial > urweb
log src/elaborate.sml
age | author | description |
---|---|---|
Fri, 02 May 2014 17:16:02 -0400 | Adam Chlipala | Monadic bind supports patterns |
Thu, 20 Feb 2014 15:50:33 -0500 | Adam Chlipala | Tweaked parameter renaming for functors, so now demos and the original bug-triggering application work |
Thu, 20 Feb 2014 10:27:15 -0500 | Adam Chlipala | Some more nested functor bug-fixing, including generating fresh internal names at applications; still need to debug issues with datatype constructors |
Fri, 14 Feb 2014 15:11:22 -0500 | Adam Chlipala | Fix a subtle renaming problem in elaborating functor applications |
Wed, 29 Jan 2014 18:19:25 -0500 | Adam Chlipala | Add another simple case for record unification between alpha-equivalent constructors |
Sun, 24 Nov 2013 09:56:50 -0500 | Adam Chlipala | Sneaky still-in-today's-release update of 'table' signature item handling |
Mon, 04 Nov 2013 15:14:23 -0500 | Adam Chlipala | Interpret 'table' signature items more flexibly, automatically adding (Ur) constraints to support a kind of subtyping over (SQL) constraint sets |