remove Lwt syntax global imports
This commit is contained in:
parent
7a101e0620
commit
4e3a86d21a
|
@ -1,5 +1,3 @@
|
|||
include Lwt.Syntax
|
||||
include Lwt.Infix
|
||||
module Dllist = Lwt_dllist
|
||||
|
||||
type sockaddr = Unix.sockaddr
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
open! Import
|
||||
open Lwt.Syntax
|
||||
open Lwt.Infix
|
||||
|
||||
let listener ~(port : int) ~(backlog : int) : (fd * sockaddr) Lwt_stream.t =
|
||||
let sock : fd Lwt.t =
|
||||
|
|
Loading…
Reference in New Issue