Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. anyTrueVecI16x8 :: Op

    binaryen Binaryen.Op

    No documentation available.

  2. anyTrueVecI32x4 :: Op

    binaryen Binaryen.Op

    No documentation available.

  3. anyTrueVecI8x16 :: Op

    binaryen Binaryen.Op

    No documentation available.

  4. anyM :: (Monad m, Foldable f) => (a -> m Bool) -> f a -> m Bool

    breakpoint Debug.Breakpoint.GhcFacade

    Monadic version of any, aborts the computation at the first True value

  5. anyclass :: DerivStrategy

    derive-topdown Data.Derive.TopDown

    The name sock and anyclass are still allowed to be used as functions or arguments. See https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/DerivingStrategies

  6. anyUnitName :: AnyUnit -> UnitName 'NonMetric

    dimensional Numeric.Units.Dimensional.Dynamic

    Extracts the UnitName of an AnyUnit.

  7. anyM :: Monad m => (a -> m Bool) -> [a] -> m Bool

    distribution-opensuse OpenSuse.Prelude

    A version of any lifted to a monad. Retains the short-circuiting behaviour.

    anyM Just [False,True ,undefined] == Just True
    anyM Just [False,False,undefined] == undefined
    \(f :: Int -> Maybe Bool) xs -> anyM f xs == orM (map f xs)
    

  8. anyReq :: PhantomFlag t1 -> PhantomFlag t2 -> Bool

    doldol Data.Flag.Phantom

    No documentation available.

  9. anyReq :: Flag -> Flag -> Bool

    doldol Data.Flag.Simple

    Check any positive bit of req matches corresponding bit of obj When req is zerobits, this returns True

  10. anyminisat :: Solver SAT IO

    ersatz Ersatz.Solver.Minisat

    Hybrid Solver that tries to use: cryptominisat5, cryptominisat, and minisat

Page 84 of many | Previous | Next