add unparse_ty to ligo-utils (thanks alpha monad)
This commit is contained in:
parent
fec4cc9c45
commit
385961503f
@ -1096,6 +1096,10 @@ let interpret ?(options = default_options) (instr:('a, 'b) descr) (bef:'a stack)
|
||||
Script_interpreter.step tezos_context step_constants instr bef >>=??
|
||||
fun (stack, _) -> return stack
|
||||
|
||||
let unparse_ty_michelson ty =
|
||||
Script_ir_translator.unparse_ty dummy_environment.tezos_context ty >>=??
|
||||
fun (n,_) -> return n
|
||||
|
||||
type 'a interpret_res =
|
||||
| Succeed of 'a stack
|
||||
| Fail of Script_repr.expr
|
||||
|
Loading…
Reference in New Issue
Block a user