Module
Data.Nullable
- Package
- nullable
- Repository
- purerl/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