Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. 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

  2. anyUnitName :: AnyUnit -> UnitName 'NonMetric

    dimensional Numeric.Units.Dimensional.Dynamic

    Extracts the UnitName of an AnyUnit.

  3. 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)
    

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

    doldol Data.Flag.Phantom

    No documentation available.

  5. 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

  6. anyminisat :: Solver SAT IO

    ersatz Ersatz.Solver.Minisat

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

  7. anything :: Req -> IO (Maybe (Req, a -> a))

    fn Web.Fn

    Matches anything.

  8. anyclass_name :: Name

    haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax

    No documentation available.

  9. anyIPv4 :: IPv4Range

    hetzner Hetzner.Cloud

    IPv4 range containing every IP.

  10. anyIPv6 :: IPv6Range

    hetzner Hetzner.Cloud

    IPv6 range containing every IP.

Page 83 of many | Previous | Next