summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/src/core_util.sig b/src/core_util.sig
index 5629e8fa..3a4e3210 100644
--- a/src/core_util.sig
+++ b/src/core_util.sig
@@ -130,6 +130,8 @@ structure Decl : sig
end
structure File : sig
+ val maxName : Core.file -> int
+
datatype binder = datatype Exp.binder
val mapfoldB : {kind : (Core.kind', 'state, 'abort) Search.mapfolder,