package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.1.tar.gz
sha256=fe0aa1e40afd36f7c1fcd992c408261d0b5645cea080ea98bc5dbf0b8682187f
sha512=8db0f2d8db4d7c11cf55835ba2b6c4f5ee1e8c09a4bdc2a9c57d50958ff8654688d4c8596079dfd1027d8b9e878f6e1b0d14341bcdf5f63cf96a45b2a571f3cb

doc/compare/Compare/Make/argument-1-AstHelpers/Typ/index.html

Module AstHelpers.Typ

type t
val from_caml : Ppxlib.core_type -> t
val use_tdecl : Ppxlib.type_declaration -> t
val of_type_arg : loc:loc -> type_arg -> t
val of_longident : loc:loc -> Ppxlib.longident -> t
val access2 : loc:loc -> string -> string -> t
val sprintf : loc:loc -> ('a, unit, string, t) format4 -> 'a
val ident : loc:loc -> string -> t
val var : loc:loc -> string -> t
val any : loc:loc -> t
val unit : loc:loc -> t
val string : loc:loc -> t
val constr : loc:loc -> Ppxlib.longident -> t list -> t
val pair : loc:loc -> t -> t -> t
val tuple : loc:loc -> t list -> t
val class_ : loc:loc -> Ppxlib.longident -> t list -> t
val object_ : loc:loc -> Ppxlib.closed_flag -> (string * t) list -> t
val arrow : loc:loc -> t -> t -> t
val chain_arrow : loc:loc -> t list -> t
val variant : loc:loc -> ?is_open:bool -> Ppxlib.row_field list -> t
val variant_of_t : loc:loc -> t -> t
val alias : loc:loc -> t -> string -> t
val poly : loc:loc -> string list -> t -> t
val map : onvar:(string -> t option) -> t -> t
val openize : loc:loc -> ?as_:string -> t -> t
val to_type_arg_exn : t -> type_arg
val to_type_arg : t -> type_arg option
OCaml

Innovation. Community. Security.