Client refactor: Move Lwt_Exit
into base
This commit is contained in:
parent
27ae0591b1
commit
7dc52dcf10
@ -60,6 +60,7 @@ module P2p_version = P2p_version
|
|||||||
module Protocol_environment = Protocol_environment
|
module Protocol_environment = Protocol_environment
|
||||||
|
|
||||||
module Cli_entries = Cli_entries
|
module Cli_entries = Cli_entries
|
||||||
|
module Lwt_exit = Lwt_exit
|
||||||
|
|
||||||
include Utils.Infix
|
include Utils.Infix
|
||||||
include Error_monad
|
include Error_monad
|
||||||
|
@ -56,6 +56,7 @@ module P2p_version = P2p_version
|
|||||||
module Protocol_environment = Protocol_environment
|
module Protocol_environment = Protocol_environment
|
||||||
|
|
||||||
module Cli_entries = Cli_entries
|
module Cli_entries = Cli_entries
|
||||||
|
module Lwt_exit = Lwt_exit
|
||||||
|
|
||||||
include (module type of (struct include Utils.Infix end))
|
include (module type of (struct include Utils.Infix end))
|
||||||
include (module type of (struct include Error_monad end))
|
include (module type of (struct include Error_monad end))
|
||||||
|
Loading…
Reference in New Issue
Block a user