Module

OutWatch.Helpers.Helpers

Package
purescript-outwatch
Repository
OutWatch/purescript-outwatch

#maybeToArr Source

maybeToArr :: forall a. Maybe a -> Array a

#forEachMaybe Source

forEachMaybe :: forall e. Maybe (Eff e Unit) -> Eff e Unit

#tupleMaybes Source

tupleMaybes :: forall b a. Maybe a -> Maybe b -> Maybe (Tuple a b)

#combineLatestAll Source