aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elab.sml b/src/elab.sml
index e675144d..99468146 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -103,6 +103,7 @@ datatype decl' =
| DVal of string * int * con * exp
| DSgn of string * int * sgn
| DStr of string * int * sgn * str
+ | DFfiStr of string * int * sgn
and str' =
StrConst of decl list