package archetype

  1. Overview
  2. Docs
val pp_type : Format.formatter -> Michelson.type_ -> unit
val pp_pretty_type : Format.formatter -> Michelson.type_ -> unit
val pp_id : Format.formatter -> string -> unit
val pp_zop : Format.formatter -> Michelson.z_operator -> unit
val pp_uop : (Format.formatter -> 'a -> unit) -> Format.formatter -> (Michelson.un_operator * 'b) -> unit
val pp_bop : (Format.formatter -> 'a -> unit) -> Format.formatter -> (Michelson.bin_operator * 'b * 'c) -> unit
val pp_top : (Format.formatter -> 'a -> unit) -> Format.formatter -> (Michelson.ter_operator * 'b * 'c * 'd) -> unit
val pp_ir : Format.formatter -> Michelson.ir -> unit
val pp_a : Format.formatter -> (string * string) -> unit
val pp_b : Format.formatter -> (string * string) -> unit
val pp_obj_micheline : ?var_dynamic:bool -> Format.formatter -> Michelson.obj_micheline -> unit
val pp_micheline : Format.formatter -> Michelson.micheline -> unit
val pp_dprogram : Format.formatter -> Michelson.dprogram -> unit
val pp_javascript_header : Format.formatter -> 'a -> unit
val pp_javascript_content : Format.formatter -> Michelson.micheline -> unit
val pp_javascript : Format.formatter -> Michelson.micheline -> unit
val pp_opt_pp : string -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'b option -> unit
val pp_michelson_storage_view_struct : Core.Format.formatter -> Michelson.michelson_storage_view_struct -> unit
val pp_offchain_view_implem_kind : Format.formatter -> Michelson.offchain_view_implem_kind -> unit
val pp_offchain_view : Format.formatter -> Michelson.offchain_view -> unit
val string_of__of_pp : (Format.formatter -> 'a -> unit) -> 'b -> string
val show_pretty_type : Michelson.type_ -> string
val show_model : Michelson.michelson -> string