Data_encoding: do not open the implementation modules by default
This commit is contained in:
parent
0a3c9d52ec
commit
caa764f0ff
@ -8,13 +8,14 @@
|
||||
(**************************************************************************)
|
||||
|
||||
include Tezos_stdlib
|
||||
include Tezos_data_encoding
|
||||
include Tezos_error_monad
|
||||
include Tezos_rpc
|
||||
include Tezos_clic
|
||||
include Tezos_crypto
|
||||
include Tezos_micheline
|
||||
|
||||
module Data_encoding = Tezos_data_encoding.Data_encoding
|
||||
|
||||
module List = struct
|
||||
include List
|
||||
include Tezos_stdlib.TzList
|
||||
|
@ -8,12 +8,13 @@
|
||||
(**************************************************************************)
|
||||
|
||||
include (module type of (struct include Tezos_stdlib end))
|
||||
include (module type of (struct include Tezos_data_encoding end))
|
||||
include (module type of (struct include Tezos_error_monad end))
|
||||
include (module type of (struct include Tezos_rpc end))
|
||||
include (module type of (struct include Tezos_clic end))
|
||||
include (module type of (struct include Tezos_crypto end))
|
||||
|
||||
module Data_encoding = Data_encoding
|
||||
|
||||
module List : sig
|
||||
include (module type of (struct include List end))
|
||||
include (module type of (struct include Tezos_stdlib.TzList end))
|
||||
|
@ -6,6 +6,7 @@
|
||||
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||||
(* *)
|
||||
(**************************************************************************)
|
||||
|
||||
module Encoding =
|
||||
struct
|
||||
include Encoding
|
||||
|
Loading…
Reference in New Issue
Block a user