remove Lwt syntax global imports

This commit is contained in:
tali 2024-01-10 23:26:27 -05:00
parent 7a101e0620
commit 4e3a86d21a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,3 @@
include Lwt.Syntax
include Lwt.Infix
module Dllist = Lwt_dllist
type sockaddr = Unix.sockaddr

View File

@ -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 =