Module Suffix_tree

module Suffix_tree: sig .. end
Suffix trees (Sébastien Ferré)

Suffix trees with incremental addition and removal of strings plus incremental maintenance of maximal factors.

License: LGPL
Author(s): : Sébastien Ferré <ferre@irisa.fr>
See also Home page


val fold_while : ('a -> 'a option) -> 'a -> 'a
val mapfind : ('a -> 'b option) -> 'a list -> 'b
module type PARAM = sig .. end
module type T = sig .. end
module Subseq: sig .. end
module Ext: sig .. end
module Make: 
functor (Param : PARAM) -> sig .. end