package archetype

  1. Overview
  2. Docs
val pp_type : Stdlib.Format.formatter -> Michelson.type_ -> unit
val pp_pretty_type : Stdlib.Format.formatter -> Michelson.type_ -> unit
val pp_data : Stdlib.Format.formatter -> Michelson.data -> unit
val pp_code : Core.Format.formatter -> Michelson.code -> unit
val pp_id : Stdlib.Format.formatter -> string -> unit
val pp_zop : Stdlib.Format.formatter -> Michelson.z_operator -> unit
val pp_uop : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> (Michelson.un_operator * 'b) -> unit
val pp_bop : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> (Michelson.bin_operator * 'b * 'c) -> unit
val pp_top : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> (Michelson.ter_operator * 'b * 'c * 'd) -> unit
val pp_instruction : Stdlib.Format.formatter -> Michelson.instruction -> unit
val pp_ritem : Core.Format.formatter -> Michelson.ritem -> unit
val pp_ruitem : Stdlib.Format.formatter -> Michelson.ruitem -> unit
val pp_func : Stdlib.Format.formatter -> Michelson.func -> unit
val pp_entry : Stdlib.Format.formatter -> Michelson.entry -> unit
val pp_ir : Stdlib.Format.formatter -> Michelson.ir -> unit
val pp_view_struct : Stdlib.Format.formatter -> Michelson.view_struct -> unit
val pp_michelson : Stdlib.Format.formatter -> Michelson.michelson -> unit
val pp_a : Stdlib.Format.formatter -> (string * string) -> unit
val pp_b : Stdlib.Format.formatter -> (string * string) -> unit
val pp_prim : Stdlib.Format.formatter -> (Core.Format.formatter -> Michelson.obj_micheline -> unit) -> Michelson.prim -> unit
val pp_obj_micheline : Stdlib.Format.formatter -> Michelson.obj_micheline -> unit
val pp_micheline : Stdlib.Format.formatter -> Michelson.micheline -> unit
val pp_dcode : Stdlib.Format.formatter -> Michelson.dcode -> unit
val pp_dinstr : Stdlib.Format.formatter -> Michelson.dinstr -> unit
val pp_expr : Stdlib.Format.formatter -> Michelson.dexpr -> unit
val pp_var : Stdlib.Format.formatter -> Michelson.dvar -> unit
val pp_dprogram : Stdlib.Format.formatter -> Michelson.dprogram -> unit
val pp_javascript_header : Stdlib.Format.formatter -> 'a -> unit
val pp_javascript_content : Stdlib.Format.formatter -> Michelson.micheline -> unit
val pp_javascript : Stdlib.Format.formatter -> Michelson.micheline -> unit
val pp_opt_pp : string -> (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.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 : Stdlib.Format.formatter -> Michelson.offchain_view_implem_kind -> unit
val pp_offchain_view : Stdlib.Format.formatter -> Michelson.offchain_view -> unit
val string_of__of_pp : (Stdlib.Format.formatter -> 'a -> unit) -> 'b -> string
val show_pretty_type : Michelson.type_ -> string
val show_model : Michelson.michelson -> string