summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono.sml b/src/mono.sml
index b58396fa..8999704c 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -60,7 +60,7 @@ withtype pat = pat' located
datatype javascript_mode =
Attribute
| Script
- | File
+ | Source of typ
datatype exp' =
EPrim of Prim.t