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.
fixedStyle :: FixedAttr -> !Stylevty Graphics.Vty.Attributes No documentation available.
fixedURL :: FixedAttr -> !Maybe Textvty Graphics.Vty.Attributes No documentation available.
fixDisplayAttr :: FixedAttr -> Attr -> FixedAttrvty 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.
linePrefixSelectionB :: YiString -> BufferM ()yi-core Yi.Buffer.HighLevel Prefix each line in the selection using the given string.
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)
infixUptoEndMatch :: Text -> Text -> Maybe Textyi-core Yi.Completion Text from the match up to the end, for use with completeInList
isCasePrefixOf :: Bool -> Text -> Text -> Boolyi-core Yi.Completion Like usual isPrefixOf but user can specify case sensitivity. See toCaseFold for exotic unicode gotchas.
prefixMatch :: Text -> Text -> Maybe Textyi-core Yi.Completion Prefix matching function, for use with completeInList
linePrefixSelectionB :: YiString -> BufferM ()yi-core Yi.Config.Simple Prefix each line in the selection using the given string.
commonNamePrefix :: Editor -> [FilePath]yi-core Yi.Editor Return a prefix that can be removed from all buffer paths while keeping them unique.