Module

PsSpa.LoadedPage

Package
purescript-ps-spa
Repository
the-man-with-a-golden-mind/ps-spa

#LoadedPage Source

newtype LoadedPage :: Type -> Type -> Type -> (Type -> Type) -> Typenewtype LoadedPage shared route command subscription

#fromPage Source

fromPage :: forall model msg shared route command subscription. Page model msg shared route command subscription -> LoadedPage shared route command subscription

#withPage Source

withPage :: forall shared route command subscription result. (forall model msg. Page model msg shared route command subscription -> result) -> LoadedPage shared route command subscription -> result