Module type Suffix_tree.PARAM

module type PARAM = sig .. end

val get_visible : string -> int * int
get_visible s returns the sizes of the prefix and suffix of s that can be removed from s without damage to its meaning.