From 03ecfc6bbbff1492662930a708a1e9be685ef023 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 19 Jun 2008 17:04:08 -0400 Subject: Elaborating functor applications --- src/source.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/source.sml') diff --git a/src/source.sml b/src/source.sml index 1bcb248c..b8aa33aa 100644 --- a/src/source.sml +++ b/src/source.sml @@ -103,6 +103,7 @@ datatype decl' = | 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 -- cgit v1.2.3