Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
scanner Scanner Consume the next word It fails if end of input
-
scanner Scanner.Internal Consume the next word It fails if end of input
-
turtle Turtle.Pattern Match any character
>>> match anyChar "1" "1" >>> match anyChar "" ""
-
beam-core Database.Beam.Backend.SQL.BeamExtensions No documentation available.
-
beam-core Database.Beam.Backend.SQL.SQL99 No documentation available.
anyIn_ :: forall s a be . BeamSqlBackend be => [QExpr be s a] -> QQuantified be s abeam-core Database.Beam.Query A QQuantified representing a SQL ANY(..) for use with a quantified comparison operator Accepts an explicit list of typed expressions. Use anyOf_ for a subquery
-
beam-core Database.Beam.Query A QQuantified representing a SQL ANY(..) for use with a quantified comparison operator Accepts a subquery. Use anyIn_ for an explicit list
-
beam-core Database.Beam.Query SQL EVERY, SOME, and ANY aggregates. Operates over SqlBool only, as the result can be NULL, even if all inputs are known (no input rows).
any_ :: BeamSql99AggregationBackend be => QExpr be s SqlBool -> QAgg be s SqlBoolbeam-core Database.Beam.Query SQL99 ANY(ALL ..) function (but without the explicit ALL)
anyToCubic :: Unbox a => AnyBezier a -> Maybe (CubicBezier a)cubicbezier Geom2D.CubicBezier.Basic safely convert from AnyBezier to CubicBezier