From 7d2c0eb7a2e0cfbecbb52b6a337f252433614fa4 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Wed, 30 Dec 2020 17:42:01 +0100 Subject: server: cleanup Remove the wildcard `open Lwt' and replace it with `open Lwt.Infix'. Signed-off-by: Alban Gruin --- src/server.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/server.ml b/src/server.ml index c1a0ba9..a27e5d6 100644 --- a/src/server.ml +++ b/src/server.ml @@ -16,7 +16,9 @@ *) open CalendarLib -open Lwt + +open Lwt.Infix + open Cohttp open Cohttp_lwt_unix -- cgit v1.2.1