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.
_historyPrefix :: History -> Textyi-core Yi.History No documentation available.
historyPrefixSet :: Text -> EditorM ()yi-core Yi.History No documentation available.
historyPrefixSet' :: Text -> Text -> EditorM ()yi-core Yi.History No documentation available.
infixComplete :: (Text -> YiM [Text]) -> Text -> YiM Textyi-core Yi.MiniBuffer No documentation available.
infixComplete' :: Bool -> (Text -> YiM [Text]) -> Text -> YiM Textyi-core Yi.MiniBuffer No documentation available.
commonTPrefix :: [Text] -> Maybe Textyi-core Yi.String Works by resupplying the found prefix back into the list, eventually either finding the prefix or not matching.
commonTPrefix' :: [Text] -> Textyi-core Yi.String Like commonTPrefix but returns empty text on failure.
addSuffix :: Name -> String -> [DefName]yi-language Yi.Utils No documentation available.
commonPrefix :: Eq a => [[a]] -> [a]yi-language Yi.Utils 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)
makeClassyWithSuffix :: String -> Name -> Q [Dec]yi-language Yi.Utils No documentation available.