diff src/cjr.sml @ 609:56aaa1941dad

First gimpy RPC
author Adam Chlipala <adamc@hcoop.net>
date Sun, 15 Feb 2009 10:32:50 -0500
parents 162d5308e34f
children aa2290c32ce2
line wrap: on
line diff
--- a/src/cjr.sml	Sun Feb 15 09:27:36 2009 -0500
+++ b/src/cjr.sml	Sun Feb 15 10:32:50 2009 -0500
@@ -113,6 +113,6 @@
 
 withtype decl = decl' located
 
-type file = decl list * (Core.export_kind * string * int * typ list) list
+type file = decl list * (Core.export_kind * string * int * typ list * typ) list
 
 end