summaryrefslogtreecommitdiff
path: root/src/core_util.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-11-09 11:53:52 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-11-09 11:53:52 -0500
commite00bf762b05b408171c7b9afa3de8b5a78b5a6b2 (patch)
treea7b3f4490705ab9eb503022eec6cd8271270be2e /src/core_util.sig
parent35996cd24768dea55b6c8d16eca55cbd8d4178f1 (diff)
Especialize working reasonably well; need to add new closure representation pass
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,