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/mono_util.sig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mono_util.sig') diff --git a/src/mono_util.sig b/src/mono_util.sig index ab851aea..4a48671d 100644 --- a/src/mono_util.sig +++ b/src/mono_util.sig @@ -28,6 +28,9 @@ signature MONO_UTIL = sig structure Typ : sig + val compare : Mono.typ * Mono.typ -> order + val sortFields : (string * Mono.typ) list -> (string * Mono.typ) list + val mapfold : (Mono.typ', 'state, 'abort) Search.mapfolder -> (Mono.typ, 'state, 'abort) Search.mapfolder @@ -44,7 +47,7 @@ structure Exp : sig datatype binder = NamedT of string * int * Mono.typ option | RelE of string * Mono.typ - | NamedE of string * int * Mono.typ * Mono.exp option + | NamedE of string * int * Mono.typ * Mono.exp option * string val mapfoldB : {typ : (Mono.typ', 'state, 'abort) Search.mapfolder, exp : ('typtext, Mono.exp', 'state, 'abort) Search.mapfolderB, -- cgit v1.2.3