diff src/source.sml @ 44:a9f3ce2d1b9b

Elaborating functor applications
author Adam Chlipala <adamc@hcoop.net>
date Thu, 19 Jun 2008 17:04:08 -0400
parents b3fbbc6cb1e5
children 0a5c312de09a
line wrap: on
line diff
--- a/src/source.sml	Thu Jun 19 16:43:24 2008 -0400
+++ b/src/source.sml	Thu Jun 19 17:04:08 2008 -0400
@@ -103,6 +103,7 @@
        | StrVar of string
        | StrProj of str * string
        | StrFun of string * sgn * sgn option * str
+       | StrApp of str * str
 
 withtype decl = decl' located
      and str = str' located