Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
functionCallE :: IsSql99FunctionExpressionSyntax expr => expr -> [expr] -> exprbeam-core Database.Beam.Backend.SQL.SQL99 No documentation available.
countAll_ :: (BeamSqlBackend be, Integral a) => QAgg be s abeam-core Database.Beam.Query SQL COUNT(*) function
-
beam-core Database.Beam.Query SQL EXCEPT ALL operator
-
beam-core Database.Beam.Query SQL INTERSECT ALL operator
-
beam-core Database.Beam.Query SQL UNION ALL operator
smallint :: (BeamSqlBackend be, Integral a) => DataType be abeam-core Database.Beam.Query.DataTypes SQL92 SMALLINT data type
-
beam-core Database.Beam.Query.Internal No documentation available.
counterEvidenceForSmallest :: [Range (Evidence b1 b2) a] -> Maybe b1binary-search Numeric.Search Get the content of the counterEvidence for the smallest a which does not satisfy pred a.
evidenceForSmallest :: [Range (Evidence b1 b2) a] -> Maybe b2binary-search Numeric.Search Get the content of the evidence for the smallest a which satisfies pred a.
smallest :: Eq b => b -> [Range b a] -> Maybe abinary-search Numeric.Search Pick up the smallest a that satisfies pred a == b.