Defined Open_on_rhs_bind module for new ppx_let

This commit is contained in:
Georges Dupéron 2019-04-19 12:34:48 +02:00
parent 280981c73b
commit e79b17fddf

View File

@ -76,6 +76,7 @@ let (>>|?) = apply
module Let_syntax = struct
let bind m ~f = m >>? f
module Open_on_rhs_bind = struct end
end
let trace_strong err = function