package GT

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val of_tdecls : loc:loc -> Ppxlib.type_declaration -> t
val value : loc:loc -> name:string -> Typ.t -> t
val class_ : loc:loc -> name:string -> params:type_arg list -> ?virt:bool -> ?wrap:(Cty.t -> Cty.t) -> Ctf.t list -> t
val functor1 : loc:loc -> string -> param:string -> t list -> t list -> t
val simple_gadt : loc:loc -> name:string -> params_count:int -> (string * Typ.t) list -> t
val tdecl_abstr : loc:loc -> string -> string option list -> t
val module_ : loc:loc -> module_declaration -> t
val modtype : loc:loc -> module_type_declaration -> t