aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/btermdn.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-03 03:23:05 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-03 03:23:05 +0100
commit3ec4c04b4a2f497cd1b933dbf6b646b923ee6690 (patch)
treee1a70997230748bd5d4fde997dd84b9f7b4f8587 /tactics/btermdn.mli
parenta13e33bc6b4cf637f0e3b94be15907d50cf48eea (diff)
Term dnets do no need to contain the afferent constr pattern in their nodes.
Diffstat (limited to 'tactics/btermdn.mli')
-rw-r--r--tactics/btermdn.mli7
1 files changed, 3 insertions, 4 deletions
diff --git a/tactics/btermdn.mli b/tactics/btermdn.mli
index 575502026..d91330138 100644
--- a/tactics/btermdn.mli
+++ b/tactics/btermdn.mli
@@ -33,9 +33,8 @@ sig
val add : transparent_state option -> t -> (constr_pattern * Z.t) -> t
val rmv : transparent_state option -> t -> (constr_pattern * Z.t) -> t
- val lookup : transparent_state option -> t -> constr -> (constr_pattern * Z.t) list
- val app : ((constr_pattern * Z.t) -> unit) -> t -> unit
+ val lookup : transparent_state option -> t -> constr -> Z.t list
+ val app : (Z.t -> unit) -> t -> unit
end
-
-val dnet_depth : int ref
+val dnet_depth : int ref