package archetype

  1. Overview
  2. Docs
val get_fun_name : (type_ -> Ident.ident) -> builtin -> Ident.ident
val flat : code -> code
val optim : code -> code
val replace_macro : code -> code
val data_to_micheline : data -> obj_micheline
val type_to_micheline : type_ -> obj_micheline
val code_to_micheline : code -> obj_micheline
val to_micheline : michelson -> data -> micheline
val is_storable : type_ -> bool