ocaml-base-compiler
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type OrderedType = Set.OrderedType
module type S = sig ... end
module Make (Ord : OrderedType) : S with type elt = Ord.t and type t = Set.Make(Ord).t