package GT

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

Show plugin: converts value to a string.

Synthetized attributes' type (both default and for type parameters) is string.

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

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

('a -> string) -> ('b -> string) -> ... -> ('a,'b,...) typ -> string

See also: Fmt plugin.

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