package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.0.zip
sha256=58aa091948383ffa6c452b89880becae980ae32cc3a4969fe1c636e46810db69
sha512=ee878ba4c2ee16f5b77f4b4e98664d53e91b7a710b9162905b9a43118a03e9c0d7b378a13e104e16a84556bca1176026d93f11934d69eecb459b771e9340ffd7

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.