aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/source.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-06-19 17:04:08 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-06-19 17:04:08 -0400
commit03ecfc6bbbff1492662930a708a1e9be685ef023 (patch)
treefb39f4aa097d27b272943f849bfb97eaa75b160f /src/source.sml
parent9386a9382eda9bd19e99c80057398c593aaf812b (diff)
Elaborating functor applications
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml1
1 files changed, 1 insertions, 0 deletions
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