package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.1.tar.gz
sha256=15924a175fcaaa57286853e8129159a0ce207f31b33f83d7f8aa436da1e17519
sha512=03d32a6b745b2ae04f4cd434b13c614acd66dfa7cb90c748c951b92bf517a9de7cc870f49bf31d94112f4b6efc019b1258d47b0177adfb664b1f22ff2375ae91

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.