package archetype

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

Module Archetype.Micheline_printerSource

Sourcetype location = {
  1. comment : string option;
}
Sourcetype node = (location, string) Micheline.node
Sourceval printable : ?comment:(Micheline.canonical_location -> string option) -> ('a -> 'b) -> 'a Micheline.canonical -> (location, 'b) Micheline.node
Sourceval print_comment : Format.formatter -> string -> unit
Sourceval print_string : Format.formatter -> string -> unit
Sourceval print_annotations : Format.formatter -> string list -> unit
Sourceval preformat : (location, string) Micheline.node -> (bool * int * location, string) Micheline.node
Sourceval with_unbounded_formatter : Format.formatter -> (Format.formatter -> 'a -> 'b) -> 'a -> unit
Sourceval print_expr_unwrapped : Format.formatter -> (location, string) Micheline.node -> unit
Sourceval print_expr : Format.formatter -> (location, string) Micheline.node -> unit
OCaml

Innovation. Community. Security.