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.

  1. newtype PgSelectSetQuantifierSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  2. PgSelectSetQuantifierSyntax :: PgSyntax -> PgSelectSetQuantifierSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  3. fromPgAggregationSetQuantifier :: PgAggregationSetQuantifierSyntax -> PgSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  4. fromPgSelectSetQuantifier :: PgSelectSetQuantifierSyntax -> PgSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  5. pgSelectSetQuantifierDistinctOn :: [PgExpressionSyntax] -> PgSelectSetQuantifierSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  6. class (Enum a, FiniteBits EnumSetRep a, Num EnumSetRep a) => AsEnumSet a

    bitwise-enum Data.Enum.Set

    No documentation available.

  7. type EnumSet a = EnumSet EnumSetRep a a

    bitwise-enum Data.Enum.Set

    No documentation available.

  8. type EnumSetRep a = Word

    bitwise-enum Data.Enum.Set

    No documentation available.

  9. isSubsetOf :: AsEnumSet a => EnumSet a -> EnumSet a -> Bool

    bitwise-enum Data.Enum.Set

    O(1). Is this a subset? (s1 `isSubsetOf` s2) tells whether s1 is a subset of s2.

  10. data EnumSet word (a :: k)

    bitwise-enum Data.Enum.Set.Base

    A set of values a with representation word, implemented as bitwise operations.

Page 170 of many | Previous | Next