Module

Oak.Cmd.Time

Package
purescript-oak
Repository
ehrenmurdick/purescript-oak

#Time Source

data Time

Constructors

#TIME Source

data TIME :: Command

#delayImpl Source

delayImpl :: forall m c. Fn2 Int m (Cmd (time :: TIME | c) m)

#milliseconds Source

#seconds Source

#timeToMilliseconds Source

#delay Source

delay :: forall m c. Time -> m -> Cmd (time :: TIME | c) m