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/gfmt/Gfmt/Make/argument-1-AstHelpers/Sig/index.html

Module AstHelpers.Sig

type t
val of_tdecls : loc:loc -> Ppxlib.type_declaration -> t
val value : loc:loc -> name:string -> Typ.t -> t
val class_ : loc:loc -> name:string -> params:type_arg list -> ?virt:bool -> ?wrap:(Cty.t -> Cty.t) -> Ctf.t list -> t
val functor1 : loc:loc -> string -> param:string -> t list -> t list -> t
val simple_gadt : loc:loc -> name:string -> params_count:int -> (string * Typ.t) list -> t
val tdecl_abstr : loc:loc -> string -> string option list -> t
val module_ : loc:loc -> module_declaration -> t
val modtype : loc:loc -> module_type_declaration -> t
OCaml

Innovation. Community. Security.