package tezos-micheline

  1. Overview
  2. Docs
val print_string : Format.formatter -> string -> unit
type location = {
  1. comment : string option;
}
type node = (location, string) Micheline.node
val print_expr : Format.formatter -> (location, string) Micheline.node -> unit
val print_expr_unwrapped : Format.formatter -> (location, string) Micheline.node -> unit
val printable : ?comment:(int -> string option) -> ('p -> string) -> 'p Micheline.canonical -> (location, string) Micheline.node