cca-io / rescript-mui

ReScript bindings for MUI
MIT License
255 stars 52 forks source link

Any module #168

Closed fhammerschmidt closed 2 years ago

fhammerschmidt commented 2 years ago

This PR gets rid of the unboxed any type and replaces it with a simpler, zero-cost, Any module with some additional helpers for string or int conversion (just to be a little bit more typesafe, but there is no need to be more type-specific if you don't want to).

This idea emerged at CCA, but we would like to hear your opinion on that as well, @jsiebern.

Thanks in advance!