Module For_testing.Fragment_trie

module type Location = sig ... end
module type Entry = sig ... end
module type Metadata = sig ... end
module type Backtrace = sig ... end
module type Suffix_tree = sig ... end
module type Fragment = sig ... end
module type Trie = sig ... end
module type S = sig ... end
module Make (Location : Location) (Entry : Entry) (Metadata : Metadata) : S with module Location := Location and module Entry := Entry and module Metadata := Metadata