diff src/mono.sml @ 126:76a4d69719d8

Tagging (non-mutual) 'val rec'
author Adam Chlipala <adamc@hcoop.net>
date Thu, 17 Jul 2008 10:38:03 -0400
parents 6230bdd122e7
children f0d3402184d1
line wrap: on
line diff
--- a/src/mono.sml	Thu Jul 17 10:23:04 2008 -0400
+++ b/src/mono.sml	Thu Jul 17 10:38:03 2008 -0400
@@ -61,6 +61,7 @@
 
 datatype decl' =
          DVal of string * int * typ * exp * string
+       | DValRec of (string * int * typ * exp * string) list
        | DExport of string * int * typ list
 
 withtype decl = decl' located