Mercurial > urweb
log src/elaborate.sml
age | author | description |
---|---|---|
Fri, 01 Aug 2014 16:11:36 -0400 | Adam Chlipala | When unifying constructor-level unification variables, also unify their kinds |
Tue, 29 Jul 2014 14:46:06 -0400 | Adam Chlipala | Retweak the last tweak to allow type inference to succeed in a strict superset of the places where it used to succeed |
Tue, 29 Jul 2014 14:38:50 -0400 | Adam Chlipala | Small tweak to ordering of unification rules, to support better record matching |
Fri, 02 May 2014 19:19:09 -0400 | Adam Chlipala | New lessSafeFfi |
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 |