= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module M = Model
module T = Michelson
module MapString : sig ... end
val show_error_desc : error_desc -> Ppx_deriving_runtime.string
val pp_error_desc : Format.formatter -> error_desc -> unit
val emit_error : error_desc -> 'a
val is_rat : (M.ntype * 'a) -> bool
val get_fun_name : Archetype__Michelson.builtin -> Ident.ident
val to_type : M.model -> ?annotation:Ident.ident -> M.type_ -> T.type_
val map_implem : (string * T.code list) list
val concrete_michelson : Archetype__Michelson.builtin -> T.code
val pp_env :
Ppx_deriving_runtime.Format.formatter ->
env ->
Ppx_deriving_runtime.unit
val show_env : env -> Ppx_deriving_runtime.string
val mk_env : ?vars:Ident.ident list -> unit -> env
val add_var_env : env -> Ident.ident -> env
val get_sp_for_id : env -> Tools.String.t -> int
val head_env : env -> Tools.String.t -> env
val print_env : ?str:string -> env -> Ppx_deriving_runtime.unit
val instruction_to_code : env -> T.instruction -> T.code * env
val build_view :
(Ident.ident * T.type_ * T.data) list ->
T.func ->
T.view_struct
val to_michelson : T.ir -> T.michelson
val generate_offchain_view : T.ir -> T.offchain_view list