diff options
Diffstat (limited to 'src/explify.sml')
-rw-r--r-- | src/explify.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/explify.sml b/src/explify.sml index 2d52083a..00d58fcf 100644 --- a/src/explify.sml +++ b/src/explify.sml @@ -103,6 +103,7 @@ fun explifyDecl (d, loc : EM.span) = | L.DSgn (x, n, sgn) => (L'.DSgn (x, n, explifySgn sgn), loc) | L.DStr (x, n, sgn, str) => (L'.DStr (x, n, explifySgn sgn, explifyStr str), loc) + | L.DFfiStr (x, n, sgn) => (L'.DFfiStr (x, n, explifySgn sgn), loc) and explifyStr (str, loc) = case str of |