aboutsummaryrefslogtreecommitdiff
path: root/tactics/dn.mli
diff options
context:
space:
mode:
authorHugo Herbelin2020-09-19 18:02:42 +0200
committerHugo Herbelin2020-09-19 18:02:42 +0200
commitfff4fe1120c81ab7b543cfb8d175cc4458e3c12e (patch)
treef6600997d01306f371526b905e5dfaf26c0f4afd /tactics/dn.mli
parent9809e48867867b26844656a1368dcb88a83c36ed (diff)
parentf50bbdc50b21083f65f0e415e7f2edff6f11e45f (diff)
Merge PR #13052: Clean up Dnet implementation
Reviewed-by: herbelin
Diffstat (limited to 'tactics/dn.mli')
-rw-r--r--tactics/dn.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/dn.mli b/tactics/dn.mli
index 287aa2b257..85f9ef6dfb 100644
--- a/tactics/dn.mli
+++ b/tactics/dn.mli
@@ -38,6 +38,4 @@ sig
val lookup : t -> 'term lookup_fun -> 'term
-> Z.t list
- val app : (Z.t -> unit) -> t -> unit
-
end