zeko-labs / zeko

Zeko: zk-Rollup for Mina, a succinct blockchain
https://zeko.io
Apache License 2.0
23 stars 3 forks source link

Stop using ppx let #208

Open L-as opened 2 months ago

L-as commented 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!