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/compare/Compare/Make/argument-1-AstHelpers/Str/index.html

Module AstHelpers.Str

type t
val of_tdecls : loc:loc -> Ppxlib.type_declaration -> t
val single_value : loc:loc -> Pat.t -> Exp.t -> t
val values : loc:loc -> ?rec_flag:Ppxlib.rec_flag -> Vb.t list -> t
val of_vb : loc:loc -> ?rec_flag:Ppxlib.rec_flag -> Vb.t -> t
val class_single : loc:loc -> name:string -> ?virt:bool -> ?wrap:(Cl.t -> Cl.t) -> params:type_arg list -> Cf.t list -> t
val tdecl : loc:loc -> name:string -> params:string list -> Typ.t -> t
val tdecl_abstr : loc:loc -> string -> string option list -> t
val tdecl_record : loc:loc -> name:string -> params:string list -> lab_decl list -> t
val of_class_declarations : loc:loc -> class_declaration list -> t
val simple_gadt : loc:loc -> name:string -> params_count:int -> (string * Typ.t) list -> t
val module_ : loc:loc -> string -> Me.t -> t
val modtype : loc:loc -> module_type_declaration -> t
val include_ : loc:loc -> Me.t -> t
OCaml

Innovation. Community. Security.