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.
closestMatchMin :: Double -> Text -> FuzzySet -> Maybe Textfuzzyset 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.
-
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.
OtLayoutGlyphClassTMark :: OtLayoutGlyphClassTgi-harfbuzz GI.HarfBuzz.Enums Non-spacing, combining glyphs that represent marks
getOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> m Floatgi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Get the value of the “max_value” field. When overloading is enabled, this is equivalent to
get otVarAxisT #maxValue
getOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> m Floatgi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Get the value of the “min_value” field. When overloading is enabled, this is equivalent to
get otVarAxisT #minValue
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 ]
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 ]
-
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
-
github GitHub.Data.Options editPullRequestMaintainerCanModify :: EditPullRequest -> !Maybe Boolgithub GitHub.Data.PullRequests No documentation available.