Module Basis.SymbolMap

module type S = sig ... end
module Make (Sym : Symbol.S) : S with type key = Sym.t