diff src/core_util.sig @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents bfa2e9ae4df8
children 3739af9e727a
line wrap: on
line diff
--- a/src/core_util.sig	Thu Jul 10 16:05:14 2008 -0400
+++ b/src/core_util.sig	Sun Jul 13 10:17:06 2008 -0400
@@ -69,7 +69,7 @@
              RelC of string * Core.kind
            | NamedC of string * int * Core.kind * Core.con option
            | RelE of string * Core.con
-           | NamedE of string * int * Core.con * Core.exp option
+           | NamedE of string * int * Core.con * Core.exp option * string
 
     val mapfoldB : {kind : (Core.kind', 'state, 'abort) Search.mapfolder,
                     con : ('context, Core.con', 'state, 'abort) Search.mapfolderB,