package shcaml

  1. Overview
  2. Docs
module type ELEM = sig ... end
module type S = sig ... end
module Make (E : ELEM) : sig ... end