13 lines
263 B
OCaml
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
|
|
|