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.
any' :: (AggregatedContext ac, SqlContext ac) => Predicate Flat -> Record ac (Maybe Bool)relational-schemas Database.Custom.PostgreSQL Aggregation function ANY.
any' :: (AggregatedContext ac, SqlContext ac) => Predicate Flat -> Record ac (Maybe Bool)relational-schemas Database.Custom.SQLServer Aggregation function ANY.
any' :: (AggregatedContext ac, SqlContext ac) => Predicate Flat -> Record ac (Maybe Bool)relational-schemas Database.Custom.SQLite3 Aggregation function ANY.
anySentinel :: a -> Parser a e s asmith Data.Parser Consumes and returns the next token from the input. Returns the sentinel token if no tokens are left.
-
tuple-th TupleTH Like any.
anyTuple' :: Int -> Q Exp -> Q Exptuple-th TupleTH No documentation available.
anyM :: Monad m => (a -> m Bool) -> [a] -> m Boolverset Verset 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)
-
xmonad-contrib XMonad.Actions.CycleWS Cycle through all workspaces
anyMask :: [((KeyMask, b1), b2)] -> [((KeyMask, b1), b2)]xmonad-contrib XMonad.Config.Dmwit No documentation available.
-
xmonad-contrib XMonad.Config.Prime No documentation available.