Module

ReactNative.Internal.Undefinable

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

#Undefinable Source

data Undefinable :: Type -> Type

#undefined Source

undefined :: forall a. Undefinable a

#mapUndefined Source

mapUndefined :: forall b a. (a -> b) -> a -> b

#toUndefinable Source

toUndefinable :: forall a. Maybe a -> Undefinable a