briskml / brisk-reconciler

React.js-like reconciler implemented in OCaml/Reason
MIT License
131 stars 17 forks source link

Use invalid identifier names for bindings introduced by ppx #50

Closed glennsl closed 4 years ago

glennsl commented 4 years ago

Fixes #49

This ensures that you cannot accidentally shadow or use "hidden" bindings.

wokalski commented 4 years ago

Thank you @glennsl. Cool contribution.