Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. fixedStyle :: FixedAttr -> !Style

    vty Graphics.Vty.Attributes

    No documentation available.

  2. fixedURL :: FixedAttr -> !Maybe Text

    vty Graphics.Vty.Attributes

    No documentation available.

  3. fixDisplayAttr :: FixedAttr -> Attr -> FixedAttr

    vty Graphics.Vty.DisplayAttributes

    Given the previously applied display attributes as a FixedAttr and the current display attributes as an Attr produces a FixedAttr that represents the current display attributes. This is done by using the previously applied display attributes to remove the KeepCurrent abstraction.

  4. linePrefixSelectionB :: YiString -> BufferM ()

    yi-core Yi.Buffer.HighLevel

    Prefix each line in the selection using the given string.

  5. commonPrefix :: Eq a => [[a]] -> [a]

    yi-core Yi.Completion

    Return the longest common prefix of a set of lists.

    P(xs) === all (isPrefixOf (commonPrefix xs)) xs
    length s > length (commonPrefix xs) --> not (all (isPrefixOf s) xs)
    

  6. infixUptoEndMatch :: Text -> Text -> Maybe Text

    yi-core Yi.Completion

    Text from the match up to the end, for use with completeInList

  7. isCasePrefixOf :: Bool -> Text -> Text -> Bool

    yi-core Yi.Completion

    Like usual isPrefixOf but user can specify case sensitivity. See toCaseFold for exotic unicode gotchas.

  8. prefixMatch :: Text -> Text -> Maybe Text

    yi-core Yi.Completion

    Prefix matching function, for use with completeInList

  9. linePrefixSelectionB :: YiString -> BufferM ()

    yi-core Yi.Config.Simple

    Prefix each line in the selection using the given string.

  10. commonNamePrefix :: Editor -> [FilePath]

    yi-core Yi.Editor

    Return a prefix that can be removed from all buffer paths while keeping them unique.

Page 187 of many | Previous | Next