Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
catchImpossibleJust :: CatchImpossible m => (Impossible -> Maybe b) -> m a -> (b -> m a) -> m aAgda Agda.Utils.Impossible Catch only Impossible exceptions selected by the filter.
handleImpossible :: CatchImpossible m => (Impossible -> m a) -> m a -> m aAgda Agda.Utils.Impossible Version of catchImpossible with argument order suiting short handlers.
handleImpossibleJust :: CatchImpossible m => (Impossible -> Maybe b) -> (b -> m a) -> m a -> m aAgda Agda.Utils.Impossible Version of catchImpossibleJust with argument order suiting short handlers.
throwImpossible :: Impossible -> aAgda Agda.Utils.Impossible Abort by throwing an "impossible" error. You should not use this function directly. Instead use IMPOSSIBLE
-
jmacro Language.Javascript.JMacro No documentation available.
-
jmacro Language.Javascript.JMacro.Types No documentation available.