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.
allCollections :: forall (m :: Type -> Type) . MonadIO m => Action m [Collection]mongoDB Database.MongoDB.Query List all collections in this database
allDatabases :: forall (m :: Type -> Type) . MonadIO m => Action m [Database]mongoDB Database.MongoDB.Query List all databases residing on server
allowDiskUse :: AggregateConfig -> BoolmongoDB Database.MongoDB.Query Enable writing to temporary files (aggregations have a 100Mb RAM limit)
allS :: Selective f => (a -> f Bool) -> [a] -> f Boolrebase Rebase.Prelude A lifted version of all. Retains the short-circuiting behaviour.
allToChunkySize :: Arrow arrow => arrow (Chunk a) LazySizesynthesizer-core Synthesizer.CausalIO.Gate No documentation available.
allToStorableVector :: Arrow arrow => arrow (Chunk a) (Vector ())synthesizer-core Synthesizer.CausalIO.Gate No documentation available.
allpassDown :: (C a, C a, C a a) => a -> Int -> a -> a -> a -> [a]synthesizer-core Synthesizer.Plain.Instrument No documentation available.
allpassPlain :: (C a, C a, C a a) => a -> a -> a -> a -> [a]synthesizer-core Synthesizer.Plain.Instrument No documentation available.
allSVGColors :: [(String, Color (SRGB 'NonLinear) Word8)]Color Graphics.Color.Standard.SVG Source: https://www.w3.org/TR/SVG11/types.html#ColorKeywords
allChars :: forall (n :: Nat) . KnownNat n => [DirichletCharacter n]arithmoi Math.NumberTheory.DirichletCharacters List all characters for the modulus. This is preferred to using [minBound..maxBound].