diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-12-30 10:49:42 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-12-30 10:49:42 -0500 |
commit | 76c5b74abd4450a6a68084e08a7a7946e0e31fe9 (patch) | |
tree | 5fb21e9104e07f932bbb5571766def02f7ab0813 /src/mono.sml | |
parent | af2648b1927b8af2d9375120a6c7a9e3d18f215d (diff) |
Setting a source server-side
Diffstat (limited to 'src/mono.sml')
-rw-r--r-- | src/mono.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml index ae9a06c7..41457071 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -37,6 +37,7 @@ datatype typ' = | TDatatype of int * (datatype_kind * (string * int * typ option) list) ref | TFfi of string * string | TOption of typ + | TSource | TSignal of typ withtype typ = typ' located |