Module

Control.Monad.Promise.Console

Package
purescript-promises
Repository
thimoteus/purescript-promises

#log Source

log :: forall r. Deferred => String -> Promise (console :: CONSOLE | r) Unit

#logShow Source

logShow :: forall a r. Deferred => Show a => a -> Promise (console :: CONSOLE | r) Unit

#warn Source

warn :: forall r. Deferred => String -> Promise (console :: CONSOLE | r) Unit

#warnShow Source

warnShow :: forall r. Deferred => String -> Promise (console :: CONSOLE | r) Unit

#error Source

error :: forall r. Deferred => String -> Promise (console :: CONSOLE | r) Unit

#errorShow Source

errorShow :: forall r. Deferred => String -> Promise (console :: CONSOLE | r) Unit

#info Source

info :: forall r. Deferred => String -> Promise (console :: CONSOLE | r) Unit

#infoShow Source

infoShow :: forall r. Deferred => String -> Promise (console :: CONSOLE | r) Unit

Re-exports from Control.Monad.Eff.Console

#CONSOLE Source

data CONSOLE :: Effect

The CONSOLE effect represents those computations which write to the console.