Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fromSqliteAggregationSetQuantifier :: SqliteAggregationSetQuantifierSyntax -> SqliteSyntax

    beam-sqlite Database.Beam.Sqlite.Syntax

    No documentation available.

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

    bitwise-enum Data.Enum.Set

    No documentation available.

  3. type EnumSet a = EnumSet EnumSetRep a a

    bitwise-enum Data.Enum.Set

    No documentation available.

  4. type EnumSetRep a = Word

    bitwise-enum Data.Enum.Set

    No documentation available.

  5. 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.

  6. data EnumSet word (a :: k)

    bitwise-enum Data.Enum.Set.Base

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

  7. AnalysisSetting :: Analysis -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Client.Cluster

    Analysis is not a dynamic setting and can only be performed on a closed index.

  8. CompressionSetting :: Compression -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  9. data ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    ForceMergeIndexSettings is used to configure index optimization. See https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-forcemerge.html for more info.

  10. ForceMergeIndexSettings :: Maybe Int -> Bool -> Bool -> ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

Page 170 of many | Previous | Next