diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-05-26 11:37:26 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-05-26 11:37:26 +0200 |
commit | b05013516d858af43f3429683e52adfc4447e896 (patch) | |
tree | cec3f87efb4f8546b81923040fe4964614ee2917 /lib/handlers.ml | |
parent | 68a01545bf9de1d614490a2bdb0cca8f3b1ff7f5 (diff) |
Update config.
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 |