Open L-as opened 2 months ago
Do instead
let (let*) = M.(>>=) in let* x = y in z
It’s syntactically cleaner and doesn’t use an external macro. You can also have multiple of them in the same scope!
Do instead
It’s syntactically cleaner and doesn’t use an external macro. You can also have multiple of them in the same scope!