package ocamlfind

  1. Overview
  2. Docs
module type IdentifiedType = sig ... end
exception Inconsistent_ordering
module type S = sig ... end
module Make (H : IdentifiedType) : sig ... end