Hoogle Search
Within LTS Haskell 24.60 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype
PgSelectSetQuantifierSyntax beam-postgres Database.Beam.Postgres.Syntax No documentation available.
PgSelectSetQuantifierSyntax :: PgSyntax -> PgSelectSetQuantifierSyntaxbeam-postgres Database.Beam.Postgres.Syntax No documentation available.
fromPgAggregationSetQuantifier :: PgAggregationSetQuantifierSyntax -> PgSyntaxbeam-postgres Database.Beam.Postgres.Syntax No documentation available.
fromPgSelectSetQuantifier :: PgSelectSetQuantifierSyntax -> PgSyntaxbeam-postgres Database.Beam.Postgres.Syntax No documentation available.
pgSelectSetQuantifierDistinctOn :: [PgExpressionSyntax] -> PgSelectSetQuantifierSyntaxbeam-postgres Database.Beam.Postgres.Syntax No documentation available.
class (Enum a, FiniteBits EnumSetRep a, Num EnumSetRep a) =>
AsEnumSet abitwise-enum Data.Enum.Set No documentation available.
type
EnumSet a = EnumSet EnumSetRep a abitwise-enum Data.Enum.Set No documentation available.
-
bitwise-enum Data.Enum.Set No documentation available.
isSubsetOf :: AsEnumSet a => EnumSet a -> EnumSet a -> Boolbitwise-enum Data.Enum.Set O(1). Is this a subset? (s1 `isSubsetOf` s2) tells whether s1 is a subset of s2.
-
bitwise-enum Data.Enum.Set.Base A set of values a with representation word, implemented as bitwise operations.