diff src/cjr.sml @ 129:78d59cf0a0cc

Compiled (non-mutual) 'val rec'
author Adam Chlipala <adamc@hcoop.net>
date Thu, 17 Jul 2008 11:02:10 -0400
parents 91027db5a07c
children f0d3402184d1
line wrap: on
line diff
--- a/src/cjr.sml	Thu Jul 17 10:48:25 2008 -0400
+++ b/src/cjr.sml	Thu Jul 17 11:02:10 2008 -0400
@@ -58,6 +58,7 @@
          DStruct of int * (string * typ) list
        | DVal of string * int * typ * exp
        | DFun of string * int * (string * typ) list * typ * exp
+       | DFunRec of (string * int * (string * typ) list * typ * exp) list
 
 withtype decl = decl' located