Data.Undefined in purescript-contrib?

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?

2 Likes

I want undefined for TypeScript interoperation, so https://github.com/jvliwanag/purescript-untagged-union seems like a pretty good solution.

1 Like