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. anyUnitName :: AnyUnit -> UnitName 'NonMetric

    dimensional Numeric.Units.Dimensional.Dynamic

    Extracts the UnitName of an AnyUnit.

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

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

    doldol Data.Flag.Phantom

    No documentation available.

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

  5. anyminisat :: Solver SAT IO

    ersatz Ersatz.Solver.Minisat

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

  6. any_ :: (OsChar -> Bool) -> OsString -> Bool

    file-io System.File.OsPath.Internal

    No documentation available.

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

    fn Web.Fn

    Matches anything.

  8. anyFilterNew :: (HasCallStack, MonadIO m) => m AnyFilter

    gi-gtk4 GI.Gtk.Objects.AnyFilter

    Creates a new empty "any" filter. Use multiFilterAppend to add filters to it. This filter matches an item if any of the filters added to it matches the item. In particular, this means that if no filter has been added to it, the filter matches no item.

  9. anyclass_name :: Name

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

    No documentation available.

  10. anyIPv4 :: IPv4Range

    hetzner Hetzner.Cloud

    IPv4 range containing every IP.

Page 83 of many | Previous | Next