Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. closestMatchMin :: Double -> Text -> FuzzySet -> Maybe Text

    fuzzyset Data.FuzzySet.Simple

    Try to match the given string against the entries in the set using the specified minimum score and return the string that most closely matches the input, if a match is found.

  2. snippetManagerListMatching :: (HasCallStack, MonadIO m, IsSnippetManager a) => a -> Maybe Text -> Maybe Text -> Maybe Text -> m ListModel

    gi-gtksource5 GI.GtkSource.Objects.SnippetManager

    Queries the known snippets for those matching group, languageId, and/or triggerPrefix. If any of these are Nothing, they will be ignored when filtering the available snippets. The ListModel only contains information about the available snippets until listModelGetItem is called for a specific snippet. This helps reduce the number of Object's that are created at runtime to those needed by the calling application.

  3. OtLayoutGlyphClassTMark :: OtLayoutGlyphClassT

    gi-harfbuzz GI.HarfBuzz.Enums

    Non-spacing, combining glyphs that represent marks

  4. getOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> m Float

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

    Get the value of the “max_value” field. When overloading is enabled, this is equivalent to

    get otVarAxisT #maxValue
    

  5. getOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> m Float

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

    Get the value of the “min_value” field. When overloading is enabled, this is equivalent to

    get otVarAxisT #minValue
    

  6. setOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> Float -> m ()

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

    Set the value of the “max_value” field. When overloading is enabled, this is equivalent to

    set otVarAxisT [ #maxValue := value ]
    

  7. setOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> Float -> m ()

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

    Set the value of the “min_value” field. When overloading is enabled, this is equivalent to

    set otVarAxisT [ #minValue := value ]
    

  8. isPullRequestMergedR :: forall (rw :: RW) . Name Owner -> Name Repo -> IssueNumber -> GenRequest ('MtStatus :: MediaType Type) rw Bool

    github GitHub

    Query if a pull request has been merged. See https://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged

  9. data PullRequestMod

    github GitHub.Data.Options

    See https://developer.github.com/v3/pulls/#parameters.

  10. editPullRequestMaintainerCanModify :: EditPullRequest -> !Maybe Bool

    github GitHub.Data.PullRequests

    No documentation available.

Page 178 of many | Previous | Next