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.
allAsString :: TextParser Stringpolyparse Text.Parse.ByteString Simply return the remaining input as a String.
allFields :: Message msg => [FieldDescriptor msg]proto-lens Data.ProtoLens.Message No documentation available.
allocateSecureMem :: Int -> IO SecureMemsecuremem Data.SecureMem Allocate a new SecureMem The memory is allocated on the haskell heap, and will be scrubed before being released.
allHeaderToSample :: AllHeaderSamples ls => Proxy ls -> [Header]servant-docs Servant.Docs.Internal No documentation available.
allAttributesOff :: TermStr s => Capability sterminfo System.Console.Terminfo.Effects Turns off all text attributes. This capability will always succeed, but it has no effect in terminals which do not support text attributes.
-
beam-core Database.Beam.Query Introduce all entries of a view into the Q monad
allInGroupExplicitly_ :: IsSql92AggregationSetQuantifierSyntax s => Maybe sbeam-core Database.Beam.Query Compute an aggregate over all values in a group. Corresponds to the AGG(ALL ..) syntax. Note that ALL is the default for most aggregations, so you don't normally explicitly specify ALL. However, if you need to, you can use this function. To be explicit about quantification in the beam query DSL, but not produce an explicit ALL, use allInGroup_. allInGroup_ has the same semantic meaning, but does not produce an explicit ALL.
allInGroup_ :: IsSql92AggregationSetQuantifierSyntax s => Maybe sbeam-core Database.Beam.Query Compute an aggregate over all values in a group. Corresponds semantically to the AGG(ALL ..) syntax, but doesn't produce an explicit ALL. To produce ALL expicitly, see allInGroupExplicitly_.
allIn_ :: forall s a be . BeamSqlBackend be => [QExpr be s a] -> QQuantified be s abeam-core Database.Beam.Query A QQuantified representing a SQL ALL(..) for use with a quantified comparison operator Accepts an explicit list of typed expressions. Use allOf_ for a subquery
-
beam-core Database.Beam.Query A QQuantified representing a SQL ALL(..) for use with a quantified comparison operator Accepts a subquery. Use allIn_ for an explicit list