From 3316f3c317e587a5fc2ecf38f061a72b48e3b94e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 13 Jul 2008 10:17:06 -0400 Subject: Remove closure conversion in favor of zany fun with modules, which also replaces 'page' --- src/core_util.sig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core_util.sig') 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, -- cgit v1.2.3