Defined Open_on_rhs_bind module for new ppx_let
This commit is contained in:
parent
280981c73b
commit
e79b17fddf
@ -76,6 +76,7 @@ let (>>|?) = apply
|
|||||||
|
|
||||||
module Let_syntax = struct
|
module Let_syntax = struct
|
||||||
let bind m ~f = m >>? f
|
let bind m ~f = m >>? f
|
||||||
|
module Open_on_rhs_bind = struct end
|
||||||
end
|
end
|
||||||
|
|
||||||
let trace_strong err = function
|
let trace_strong err = function
|
||||||
|
Loading…
Reference in New Issue
Block a user