summaryrefslogtreecommitdiff
path: root/tactics/dnet.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/dnet.mli')
-rw-r--r--tactics/dnet.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/dnet.mli b/tactics/dnet.mli
index 4bfa7263..52853d70 100644
--- a/tactics/dnet.mli
+++ b/tactics/dnet.mli
@@ -113,6 +113,8 @@ sig
(** apply a function on each identifier and node of terms in a dnet *)
val map : (ident -> ident) -> (unit structure -> unit structure) -> t -> t
+
+ val map_metas : (meta -> meta) -> t -> t
end
module Make :