Night 2 of Rescript published my first Rescript binding to immutable js
Q: Why do this if you already have Base.Set.t in the core libs?
A: immutable js has toJS() and fromJS() which allows you to deep convert into/out of immutable classes to standard JavaScript, something I haven’t seen anywhere else.