package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.2.tar.gz
sha256=d23fb8e20ca28ec9ae07feee45b39aee8fb87ab11ec55211e2365f2c5a1c4ccf
sha512=0ade04e78a4d8e24acf24d3e4cdf358532d68284fa8e801b25bdf21c3c0483bb97d1350e86abcf9f93efec870b07f0f067a5dccae81686b14265baab3a4e7c13

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.