Module Bap_byteweight.V2

module type S = sig ... end
module Make (Corpus : Corpus) (Trie : Bap.Std.Trie.V2.S with type key = Corpus.key) : S with type key = Corpus.key and type corpus = Corpus.t and type token = Trie.token