X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2Fdiscrimination_tree.ml;h=6e252901631c4465917ea76042f44513378787ac;hb=7d7f729471b4d5ebafa1b915096974e726cc13c6;hp=fd234df98980a8c912d66fdb2d59f69044121921;hpb=1592969317fd01e945bd3dacf775ed4f3144e020;p=helm.git diff --git a/helm/ocaml/cic/discrimination_tree.ml b/helm/ocaml/cic/discrimination_tree.ml index fd234df98..6e2529016 100644 --- a/helm/ocaml/cic/discrimination_tree.ml +++ b/helm/ocaml/cic/discrimination_tree.ml @@ -23,7 +23,7 @@ * http://cs.unibo.it/helm/. *) -module DiscriminationTreeIndexing = +module DiscriminationTreeIndexing = functor (A:Set.S) -> struct @@ -59,7 +59,6 @@ module DiscriminationTreeIndexing = module DiscriminationTree = Trie.Make(PSMap);; type t = A.t DiscriminationTree.t - type elt = A.elt let empty = DiscriminationTree.empty (*