aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core_util.sig
diff options
context:
space:
mode:
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,