Seriously, #OCaml?
This is some of the most opaque code I've ever read:
```
module Syntax = struct
let ( let* ) = Option.bind
let return x = Some x
end
```
Seriously, #OCaml?
This is some of the most opaque code I've ever read:
```
module Syntax = struct
let ( let* ) = Option.bind
let return x = Some x
end
```