ligo/meta_michelson/meta_michelson.ml
2019-05-12 20:57:30 +00:00

13 lines
263 B
OCaml

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