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 1962c6c5..e5e68bfa 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -139,7 +139,7 @@ datatype decl' =
| DCookie of string
| DStyle of string
- | DInitializer of exp
+ | DTask of exp * exp
withtype decl = decl' located