package alba

  1. Overview
  2. Docs
module type GAMMA = sig ... end
module Make (Gamma : GAMMA) (P : Fmlib.Pretty_printer.SIG) : sig ... end
val string_of_inductive : Inductive.t -> Gamma.t -> string