ligo/meta_michelson/meta_michelson.ml

13 lines
263 B
OCaml
Raw Normal View History

2019-05-13 00:56:22 +04:00
module Run = struct
open Contract
let run_lwt_full = run_lwt_full
let run_lwt = run_lwt
let run_str = run_str
let run_node = run_node
let run = run
end
module Stack = Michelson_wrap.Stack
module Values = Contract.Values
module Types = Contract.Types