Module

PsSpa.View

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

#Document Source

type Document msg = { body :: Array (Html msg), title :: String }

#map Source

map :: forall msgA msgB. (msgA -> msgB) -> Document msgA -> Document msgB