comparison src/cjr.sml @ 115:ff13d390ec60

Cjr ready for dispatch code generation
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 12:56:39 -0400
parents 813e5a52063d
children 6230bdd122e7
comparison
equal deleted inserted replaced
114:0644d3c3bedf 115:ff13d390ec60
59 | DVal of string * int * typ * exp 59 | DVal of string * int * typ * exp
60 | DFun of string * int * string * typ * typ * exp 60 | DFun of string * int * string * typ * typ * exp
61 61
62 withtype decl = decl' located 62 withtype decl = decl' located
63 63
64 type file = decl list * int list 64 type file = decl list * (string * int) list
65 65
66 end 66 end