diff src/mono.sml @ 120:6230bdd122e7

Passing an argument to a web function
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 20:07:10 -0400
parents ff13d390ec60
children 76a4d69719d8
line wrap: on
line diff
--- a/src/mono.sml	Sun Jul 13 16:11:25 2008 -0400
+++ b/src/mono.sml	Sun Jul 13 20:07:10 2008 -0400
@@ -61,7 +61,7 @@
 
 datatype decl' =
          DVal of string * int * typ * exp * string
-       | DExport of string * int
+       | DExport of string * int * typ list
 
 withtype decl = decl' located