We’re removing global public functions in favor of...
# arrow
s
We’re removing global public functions in favor of companion extensions so in the next version those become extensions of the respective companion. i.e.
Id.monad()
,
Option.monad()
, etc