package octez-libs

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

Module Tezos_micheline.Micheline_printerSource

Sourceval print_string : Format.formatter -> string -> unit
Sourcetype location = {
  1. comment : string option;
}
Sourcetype node = (location, string) Micheline.node
Sourceval print_expr : Format.formatter -> (location, string) Micheline.node -> unit
Sourceval print_expr_unwrapped : Format.formatter -> (location, string) Micheline.node -> unit
Sourceval printable : ?comment:(int -> string option) -> ('p -> string) -> 'p Micheline.canonical -> (location, string) Micheline.node
OCaml

Innovation. Community. Security.