Module Logtk.FV_tree
Feature Vector indexing
type labels= Index_intf.labelstype feature=|N of int|S of Logtk.ID.Set.t|M of int Logtk.ID.Map.t|L of labelstype feature_vector= feature IArray.ta vector of feature
module Make : functor (C : Index_intf.CLAUSE) -> sig ... end