reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.08k stars 425 forks source link

let open doesn't support structs #2655

Open EduardoRFS opened 2 years ago

EduardoRFS commented 2 years ago

This is possible in OCaml(4.08) but not in Reason

let f () = let open struct end in ()