ghcjs-base-stub-0.3.0.2: Allow GHCJS projects to compile under GHC and develop using intero.
GHCJS.Nullable
newtype Nullable a Source #
Constructors
nullableToMaybe :: PFromJSVal a => Nullable a -> Maybe a Source #
maybeToNullable :: PToJSVal a => Maybe a -> Nullable a Source #