Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. exitFailure :: MonadIO m => m a

    relude Relude.Lifted.Exit

    Lifted version of exitFailure.

    >>> exitFailure
    *** Exception: ExitFailure 1
    

  2. exitSuccess :: MonadIO m => m a

    relude Relude.Lifted.Exit

    Lifted version of exitSuccess.

    >>> exitSuccess
    *** Exception: ExitSuccess
    

  3. pending :: (HasCallStack, MonadIO m) => m a

    sandwich Test.Sandwich.Expectations

    Throws a Pending exception, which will cause the test to be marked as pending.

  4. exitCleanly :: MonadIO m => m a

    hdaemonize System.Posix.Daemonize

    Use this function when the daemon should terminate normally. It logs a message, and exits with status 0.

  5. empty :: C set => set a

    board-games Game.Mastermind.CodeSet

    No documentation available.

  6. unit :: C set => set a

    board-games Game.Mastermind.CodeSet

    No documentation available.

  7. empty :: Vector v a => v a

    rio RIO.Vector

    No documentation available.

  8. empty :: Vector v a => v a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  9. mk0 :: (Vector v a, Dim v ~ 'Z) => v a

    fixed-vector Data.Vector.Fixed

    No documentation available.

  10. powersOfTwo :: C a => [a]

    numeric-prelude Algebra.RealRing

    No documentation available.

Page 2 of many | Previous | Next