comparison src/mono.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 2d6116de9cca
children 6230bdd122e7
comparison
equal deleted inserted replaced
114:0644d3c3bedf 115:ff13d390ec60
59 59
60 withtype exp = exp' located 60 withtype exp = exp' located
61 61
62 datatype decl' = 62 datatype decl' =
63 DVal of string * int * typ * exp * string 63 DVal of string * int * typ * exp * string
64 | DExport of int 64 | DExport of string * int
65 65
66 withtype decl = decl' located 66 withtype decl = decl' located
67 67
68 type file = decl list 68 type file = decl list
69 69