diff src/mono.sml @ 569:162d5308e34f

Successfully generated a page element from a signal
author Adam Chlipala <adamc@hcoop.net>
date Sat, 20 Dec 2008 16:19:26 -0500
parents 55fc747a67dc
children 57018f21cd5c
line wrap: on
line diff
--- a/src/mono.sml	Sat Dec 20 15:46:48 2008 -0500
+++ b/src/mono.sml	Sat Dec 20 16:19:26 2008 -0500
@@ -118,6 +118,9 @@
        | DSequence of string
        | DDatabase of string
 
+       | DJavaScript of string
+
+
 withtype decl = decl' located
 
 type file = decl list