Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allB :: Show v => (v -> Bool) -> [v] -> Bool

    assert-failure Control.Exception.Assert.Sugar

    Like all, but if the predicate fails, blame all the list elements and especially those for which it fails. To be used as in

    assert (allB (<= height) [yf, y1, y2])
    

  2. allocateAndWriteMut :: Module -> Ptr CChar -> Ptr (Ptr ()) -> Ptr CSize -> Ptr (Ptr CChar) -> IO ()

    binaryen Binaryen.Module

    No documentation available.

  3. allocateAndWriteText :: Module -> IO (Ptr CChar)

    binaryen Binaryen.Module

    No documentation available.

  4. allTrueVecI16x8 :: Op

    binaryen Binaryen.Op

    No documentation available.

  5. allTrueVecI32x4 :: Op

    binaryen Binaryen.Op

    No documentation available.

  6. allTrueVecI8x16 :: Op

    binaryen Binaryen.Op

    No documentation available.

  7. allScroll :: Cursor

    blank-canvas Graphics.Blank.Cursor

    Shorthand for AllScroll.

  8. allEnums :: (Enum a, Bounded a) => [a]

    board-games Game.Labyrinth

    No documentation available.

  9. allM :: (Monad m, Foldable f) => (a -> m Bool) -> f a -> m Bool

    breakpoint Debug.Breakpoint.GhcFacade

    Monad version of all, aborts the computation at the first False value

  10. allowDebianSelfBuildDeps :: Lens' DebInfo Bool

    cabal-debian Debian.Debianize.DebInfo

    No documentation available.

Page 129 of many | Previous | Next