There is a good purescript-contrib library for FFI null. https://pursuit.purescript.org/packages/purescript-nullable/4.1.1/docs/Data.Nullable
Why not for undefined?
There is a good purescript-contrib library for FFI null. https://pursuit.purescript.org/packages/purescript-nullable/4.1.1/docs/Data.Nullable
Why not for undefined?
I want undefined for TypeScript interoperation, so https://github.com/jvliwanag/purescript-untagged-union seems like a pretty good solution.