Announcing `purescript-convertable-options`: Highly-overloaded APIs made easy

Have you ever wondered how to have crazy overloaded APIs in pure PureScript?

  • Records with defaults!
  • Options that can be Strings or Ints with no explicit wrapper from the user!
  • Apparently nullable fields!

Look no further:

13 Likes