diff src/elab.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/elab.sml	Thu Jun 19 16:43:24 2008 -0400
+++ b/src/elab.sml	Thu Jun 19 17:04:08 2008 -0400
@@ -109,6 +109,7 @@
        | StrVar of int
        | StrProj of str * string
        | StrFun of string * int * sgn * sgn * str
+       | StrApp of str * str
        | StrError
 
 withtype decl = decl' located