From 5865d4d79f052cfb190e728e8618cb05e2ac845f Mon Sep 17 00:00:00 2001 From: filliatr Date: Fri, 19 Nov 1999 09:11:35 +0000 Subject: discriminations nets git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@123 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/btermdn.mli | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tactics/btermdn.mli (limited to 'tactics/btermdn.mli') diff --git a/tactics/btermdn.mli b/tactics/btermdn.mli new file mode 100644 index 000000000..882f0bbb9 --- /dev/null +++ b/tactics/btermdn.mli @@ -0,0 +1,21 @@ + +(* $Id$ *) + +(*i*) +open Generic +open Term +(*i*) + +(* Discrimination nets with bounded depth. *) + +type 'a t + +val create : unit -> 'a t + +val add : 'a t -> (constr * 'a) -> 'a t +val rmv : 'a t -> (constr * 'a) -> 'a t + +val lookup : 'a t -> constr -> (constr * 'a) list +val app : ((constr * 'a) -> unit) -> 'a t -> unit + +val dnet_depth : int ref -- cgit v1.2.3