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.sig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core_util.sig b/src/core_util.sig
index 51dee8f4..e435aeaf 100644
--- a/src/core_util.sig
+++ b/src/core_util.sig
@@ -175,6 +175,12 @@ structure File : sig
bind : 'context * binder -> 'context}
-> 'context -> Core.file -> Core.file
+ val map : {kind : Core.kind' -> Core.kind',
+ con : Core.con' -> Core.con',
+ exp : Core.exp' -> Core.exp',
+ decl : Core.decl' -> Core.decl'}
+ -> Core.file -> Core.file
+
val fold : {kind : Core.kind' * 'state -> 'state,
con : Core.con' * 'state -> 'state,
exp : Core.exp' * 'state -> 'state,