aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core_util.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
commit3316f3c317e587a5fc2ecf38f061a72b48e3b94e (patch)
treefae8c92c195e5f7976352a337017d285e729f859 /src/core_util.sig
parent7281dbb2fc2a5f50c1049bad629f330e2ff3f7ca (diff)
Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
Diffstat (limited to 'src/core_util.sig')
-rw-r--r--src/core_util.sig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_util.sig b/src/core_util.sig
index 64cd671b..423b93b4 100644
--- a/src/core_util.sig
+++ b/src/core_util.sig
@@ -69,7 +69,7 @@ structure Exp : sig
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,