package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.0.zip
sha256=4b4d220fc64f2d508a77d229c61ec199308f4f6182c19543c96842749bb9ac3c
sha512=f295b48b23016743111867b746c97cfedccd6f32497a0a5df454fcd7f66338404604fbdfaad44210f34b56a4aca0a3f96de5cc6427191468a567128850d380c4

doc/pa_gt/Pa_gt/Camlp5Helpers/Sig/index.html

Module Camlp5Helpers.Sig

type t = MLast.sig_item
val of_tdecls : loc:MLast.loc -> Ppxlib.type_declaration -> MLast.sig_item
val value : loc:MLast.loc -> name:string -> MLast.ctyp -> MLast.sig_item
val 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_item
val functor1 : loc:MLast.loc -> string -> param:string -> MLast.sig_item list -> MLast.sig_item list -> MLast.sig_item
val simple_gadt : loc:MLast.loc -> name:string -> params_count:int -> (string * MLast.ctyp) list -> MLast.sig_item
val tdecl_abstr : loc:loc -> string -> string option list -> t
val module_ : loc:MLast.loc -> ('a * string * MLast.module_type) -> MLast.sig_item
val modtype : loc:MLast.loc -> ('a * string * MLast.module_type option) -> MLast.sig_item
OCaml

Innovation. Community. Security.