aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Gruin2020-12-30 17:42:01 +0100
committerAlban Gruin2020-12-30 17:42:01 +0100
commit7d2c0eb7a2e0cfbecbb52b6a337f252433614fa4 (patch)
treeab35f47da91eb9fbbc181cbd4eb16cd65f441226
parent3e9d3b3437f2d63a47f9c962ba9187c5ef692328 (diff)
server: cleanupv0.2.0
Remove the wildcard `open Lwt' and replace it with `open Lwt.Infix'. Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
-rw-r--r--src/server.ml4
1 files changed, 3 insertions, 1 deletions
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