package bap-byteweight

  1. Overview
  2. Docs
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