summaryrefslogtreecommitdiff
path: root/src/mono_util.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_util.sig')
-rw-r--r--src/mono_util.sig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mono_util.sig b/src/mono_util.sig
index 750a4d3c..ab851aea 100644
--- a/src/mono_util.sig
+++ b/src/mono_util.sig
@@ -109,6 +109,11 @@ structure File : sig
bind : 'typtext * binder -> 'typtext}
-> 'typtext -> Mono.file -> Mono.file
+ val map : {typ : Mono.typ' -> Mono.typ',
+ exp : Mono.exp' -> Mono.exp',
+ decl : Mono.decl' -> Mono.decl'}
+ -> Mono.file -> Mono.file
+
val fold : {typ : Mono.typ' * 'state -> 'state,
exp : Mono.exp' * 'state -> 'state,
decl : Mono.decl' * 'state -> 'state}