2016-09-08 21:13:10 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2017-11-14 03:36:14 +04:00
|
|
|
(* Copyright (c) 2014 - 2017. *)
|
2016-09-08 21:13:10 +04:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2017-11-27 09:13:12 +04:00
|
|
|
include Tezos_stdlib
|
|
|
|
include Tezos_stdlib_lwt
|
|
|
|
include Tezos_crypto
|
|
|
|
include Tezos_data_encoding
|
|
|
|
include Tezos_error_monad
|
2016-09-08 21:13:10 +04:00
|
|
|
|
2017-11-27 09:13:12 +04:00
|
|
|
module List = struct
|
|
|
|
include List
|
|
|
|
include Tezos_stdlib.TzList
|
|
|
|
end
|
|
|
|
module String = struct
|
|
|
|
include String
|
|
|
|
include Tezos_stdlib.TzString
|
|
|
|
end
|
2017-02-24 20:17:53 +04:00
|
|
|
|
2017-11-27 09:13:12 +04:00
|
|
|
module Time = Time
|
|
|
|
module Data_encoding_ezjsonm = Data_encoding_ezjsonm
|
|
|
|
module Fitness = Fitness
|
|
|
|
module Block_header = Block_header
|
|
|
|
module Operation = Operation
|
|
|
|
module Protocol = Protocol
|
2017-02-24 20:17:53 +04:00
|
|
|
|
2017-11-27 09:13:12 +04:00
|
|
|
include Utils.Infix
|
|
|
|
include Error_monad
|