Module

WAGS.Control.Qualified

Package
purescript-wags
Repository
mikesol/purescript-wags

Import this module to use do notation with FrameT. This qualified file is needed because FrameT does not implement IxMonad.

#bind Source

bind :: forall env audio engine proof m res iu mu ou a b. Monad m => FrameT env audio engine proof m res iu mu a -> (a -> FrameT env audio engine proof m res mu ou b) -> FrameT env audio engine proof m res iu ou b

#discard Source

discard :: forall env audio engine proof m res iu mu ou b. Monad m => FrameT env audio engine proof m res iu mu Unit -> (Unit -> FrameT env audio engine proof m res mu ou b) -> FrameT env audio engine proof m res iu ou b