package GT

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Format module: pretty-prints a value to Format.formatter using Format module.

For type declaration type ('a,'b,...) typ = ... it will create a transformation function with type

(Format.formatter -> 'a -> unit) -> (Format.formatter -> 'b -> unit) -> ... -> Format.formatter -> ('a,'b,...) typ -> unit

Inherited attributes' type (both default and for type parameters) is Format.formatter. Synthesized attributes' type (both default and for type parameters) is unit.

val trait_name : string
module Make (AstHelpers : GTCommon.GTHELPERS_sig.S) : sig ... end
val register : unit -> unit