Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
-
sdl2-mixer SDL.Mixer A shorthand for looping a Chunk forever.
forever' :: Monad m => m a -> m bdistributed-process Control.Distributed.Process.Internal.Types No documentation available.
foreverEShow :: (Data e, Data s) => ForeverE e s -> Stringessence-of-live-coding LiveCoding.Debugger.StatePrint No documentation available.
-
essence-of-live-coding LiveCoding.Forever No documentation available.
-
essence-of-live-coding LiveCoding.Forever No documentation available.
-
essence-of-live-coding LiveCoding.LiveProgram.Except Run a LiveProgramExcept in a loop, discarding the exception.
-
essence-of-live-coding LiveCoding.LiveProgram.Except Run a LiveProgramExcept in a loop. In the additional 'ReaderT e' context, you can read the last thrown exception. (For the first iteration, e is set to the first argument to foreverELiveProgram.) This way, you can create an infinite loop, with the exception as the loop variable.
forever' :: Monad m => m a -> m bdistributed-process-extras Control.Distributed.Process.Extras.Internal.Primitives Like forever but sans space leak
-
automaton Data.Stream Execute the stream until it throws an exception, then restart it. One might be tempted to define this function recursively with applyExcept, but this would result in a runtime error, trying to define an infinite state.