Camlp5Helpers.Sigtype t = MLast.sig_itemval of_tdecls : loc:MLast.loc -> Ppxlib.type_declaration -> MLast.sig_itemval value : loc:MLast.loc -> name:string -> MLast.ctyp -> MLast.sig_itemval class_ :
loc:MLast.loc ->
name:string ->
params:MLast.type_var list ->
?virt:bool ->
?wrap:(MLast.class_type -> MLast.class_type) ->
MLast.class_sig_item list ->
MLast.sig_itemval functor1 :
loc:MLast.loc ->
string ->
param:string ->
MLast.sig_item list ->
MLast.sig_item list ->
MLast.sig_itemval simple_gadt :
loc:MLast.loc ->
name:string ->
params_count:int ->
(string * MLast.ctyp) list ->
MLast.sig_itemval module_ :
loc:MLast.loc ->
('a * string * MLast.module_type) ->
MLast.sig_itemval modtype :
loc:MLast.loc ->
('a * string * MLast.module_type option) ->
MLast.sig_item