diff src/mono.sml @ 577:3d56940120b1

Setting a source server-side
author Adam Chlipala <adamc@hcoop.net>
date Tue, 30 Dec 2008 10:49:42 -0500
parents ac947e2f29ff
children 1e589a60b86f
line wrap: on
line diff
--- a/src/mono.sml	Tue Dec 30 09:43:45 2008 -0500
+++ b/src/mono.sml	Tue Dec 30 10:49:42 2008 -0500
@@ -37,6 +37,7 @@
        | 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