Module
Data.Nullable
- Package
- purescript-nullable
- Repository
- purescript-contrib/purescript-nullable
This module defines types and functions for working with nullable types using the FFI.
#toNullable Source
toNullable :: forall a. Maybe a -> Nullable aTakes Nothing to null, and Just a to a.
- Modules
- Data.
Nullable