ml-in-barcelona / jsoo-react

js_of_ocaml bindings for ReactJS. Based on ReasonReact.
https://ml-in-barcelona.github.io/jsoo-react
MIT License
138 stars 19 forks source link

Force unit on component definitions #122

Open jchavarri opened 2 years ago

jchavarri commented 2 years ago

The make function needs unit at the end, but currently ppx allows to pass functions without it. It should prob be compulsory to avoid confusion, and if it's missing return some error.

Related: https://github.com/ml-in-barcelona/jsoo-react/pull/106#issuecomment-1021309799.