package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/GT.common/GTCommon/HelpersBase/index.html

Module GTCommon.HelpersBaseSource

Sourceval id : 'a -> 'a
Sourceval not_implemented : ('a, unit, string, 'b) format4 -> 'a
Sourcemodule List : sig ... end
Sourceval compare_core_type : Astlib__.Ast_414.Parsetree.core_type -> Astlib__.Ast_414.Parsetree.core_type -> int
Sourceval visit_typedecl : loc:'a -> ?onrecord:(Ppxlib.label_declaration list -> 'b) -> ?onmanifest:(Ppxlib.core_type -> 'b) -> ?onvariant:(Ppxlib.constructor_declaration list -> 'b) -> ?onabstract:(unit -> 'b) -> ?onopen:(unit -> 'b) -> Ppxlib.type_declaration -> 'b
Sourceval affect_longident : f:(string -> string) -> Ppxlib.longident -> Ppxlib.longident
Sourceval map_longident : f:(string -> string) -> Ppxlib.longident -> Ppxlib.longident
Sourcemodule SS : sig ... end
Sourceval vars_from_core_type : Ppxlib.core_type -> SS.t
Sourceval vars_from_tdecl : Ppxlib.type_declaration -> SS.t
Sourceval map_core_type : ?onconstr: (Ppxlib.longident -> Ppxlib.core_type list -> Ppxlib.core_type option) -> onvar:(string -> Ppxlib.core_type Base.Option.t) -> Ppxlib.core_type -> Ppxlib.core_type
Sourceval list_first_some : f:('a -> 'b option) -> 'a List.t -> 'b option
Sourceval is_type_used_in : tdecl:Ppxlib.type_declaration -> Ppxlib.longident -> bool
Sourceval maybe_specialiaze : what:Ppxlib.type_declaration -> Ppxlib.core_type List.t -> (string * Ppxlib.core_type) List.t option
Sourceval specialize_for_tdecl : what:Ppxlib.type_declaration -> where:Ppxlib.type_declaration -> (string * Ppxlib.core_type) List.t
Sourceval with_constr_typ : Ppxlib.core_type -> ok:(Ppxlib.longident_loc -> Ppxlib.core_type list -> 'a) -> fail:(unit -> 'a) -> 'a
Sourceval is_polyvariant : Ppxlib.core_type -> bool
Sourceval is_tuple : Ppxlib.core_type -> bool
Sourceval is_polyvariant_tdecl : Ppxlib.type_declaration -> bool
Sourceval is_tuple_tdecl : Ppxlib.type_declaration -> bool
Sourceval is_algebraic_tdecl : Ppxlib.type_declaration -> bool
Sourceval has_many_constructors_tdecl : Ppxlib.type_declaration -> bool
Sourceval unfold_tuple : Ppxlib.core_type -> Ppxlib.core_type list
Sourceval map_type_param_names : f:(string -> 'a) -> (Ppxlib.core_type * 'b) List.t -> 'a List.t
Sourceval notify : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval string_after_a : int -> string
Sourceval hash_variant : string -> int
Sourceval failwiths : ('a, Format.formatter, unit, 'b) format4 -> 'a
OCaml

Innovation. Community. Security.