Module Caml.Structure

type elt = structure_item
type t = structure
type rec_flag = Ppxlib.rec_flag
val binding : ?rec_flag:rec_flag -> value_binding -> structure_item
val declaration : ?rec_flag:rec_flag -> type_declaration -> structure_item
val type_alias : string -> core_type -> structure_item
val modul : string -> structure -> structure_item
val modul' : string -> structure list -> structure_item
val open_utils : structure -> structure_item
val open_utils' : structure list -> structure_item
val pp_caml : Stdlib.Format.formatter -> t -> unit