Tezos_024_PsU87LFi_test_helpers.Expr
val from_string :
?check_micheline_indentation:bool ->
string ->
Tezos_protocol_024_PsU87LFi.Protocol.Alpha_context.Script.expr
Parse a Michelson expression from string, raising an exception on error.
val toplevel_from_string :
?check_micheline_indentation:bool ->
string ->
Tezos_protocol_024_PsU87LFi.Protocol.Michelson_v1_primitives.prim
Tezos_micheline.Micheline.canonical
Parses a Michelson contract from string, raising an exception on error.
val to_string : Tezos_protocol_024_PsU87LFi.Protocol.Script_repr.expr -> string