log src/elab_print.sml

age author description
Mon, 19 Aug 2013 12:25:32 -0400 Adam Chlipala Allow [where con] to descend within submodule structure; open submodule constraints while checking later signature items
Sun, 29 Jul 2012 12:27:13 -0400 Adam Chlipala Remove 'class' declaration; now use 'con' instead
Fri, 27 Apr 2012 07:35:59 -0400 Adam Chlipala Omit unnecessary parens around arrows in pretty-printing
Sat, 21 Apr 2012 15:19:00 -0400 Adam Chlipala Omit 'Basis.' in pretty-printing constructors, where this is unambiguous
Sat, 21 Apr 2012 15:09:02 -0400 Adam Chlipala Pretty-print tuple types using tuple syntax
Mon, 16 Apr 2012 10:12:04 -0400 Adam Chlipala Tweak printing of constructor record literals to allow re-parsing by compiler
Sun, 18 Dec 2011 11:29:13 -0500 Adam Chlipala Add a new scoping check for unification variables, to fix a type inference bug