Hoogle Search

Within Stackage Nightly 2026-06-30 (ghc-9.12.4)

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

  1. setResponseWith :: (Response -> Response -> Response) -> HttpStatusCode -> Declare (Definitions Schema) Response -> Swagger -> Swagger

    swagger2 Data.Swagger.Operation

    Set or update response for all operations. This will also update global schema definitions. If the response already exists, but it can't be dereferenced (invalid $ref), then just the new response is used.

    setResponseWith = setResponseForWith allOperations
    
    See also setResponse.

  2. setEra :: Era Rational -> Active a -> Active a

    active Data.Active

    Set the era of an Active value. Note that this will change a constant Active into a dynamic one which happens to have the same value at all times.

  3. setCaseSensitivity :: CaseSensitivity -> Replacer -> Replacer

    alfred-margaret Data.Text.AhoCorasick.Replacer

    Updates the case sensitivity of the replacer. Does not change the capitilization of the needles. The caller should be certain that if IgnoreCase is passed, the needles are already lower case.

  4. setCaseSensitivity :: CaseSensitivity -> Searcher v -> Searcher v

    alfred-margaret Data.Text.AhoCorasick.Searcher

    Updates the case sensitivity of the searcher. Does not change the capitilization of the needles. The caller should be certain that if IgnoreCase is passed, the needles are already lower case.

  5. setNotNullSyntax :: IsSql92AlterColumnActionSyntax syntax => syntax

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    No documentation available.

  6. setNullSyntax :: IsSql92AlterColumnActionSyntax syntax => syntax

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    No documentation available.

  7. setUniqueIndexOptions :: IsSql92UniqueIndexSyntax syntax => Bool -> Sql92CreateIndexOptionsSyntax syntax -> Sql92CreateIndexOptionsSyntax syntax

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    Update index options by setting the uniqueness

  8. setInput :: BEncode -> BParser ()

    bencode Data.BEncode.Parser

    No documentation available.

  9. setMB :: Int -> Approx -> Approx

    cdar-mBound Data.CDAR.Approx

    No documentation available.

  10. setIniUpdatePolicy :: UpdatePolicy -> Ini s -> Ini s

    config-ini Data.Ini.Config.Bidir

    Use the provided UpdatePolicy as a guide when creating future updated versions of the given Ini value.

Page 69 of many | Previous | Next