diff options
Diffstat (limited to 'lib/handlers.ml')
-rw-r--r-- | lib/handlers.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/handlers.ml b/lib/handlers.ml index dadf0e1..6b3df29 100644 --- a/lib/handlers.ml +++ b/lib/handlers.ml @@ -1,3 +1,5 @@ +(* -*- mode: tuareg; -*- *) + let ( let* ) m f = let open Lwt.Infix in m >>= function |