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. _historyPrefix :: History -> Text

    yi-core Yi.History

    No documentation available.

  2. historyPrefixSet :: Text -> EditorM ()

    yi-core Yi.History

    No documentation available.

  3. historyPrefixSet' :: Text -> Text -> EditorM ()

    yi-core Yi.History

    No documentation available.

  4. infixComplete :: (Text -> YiM [Text]) -> Text -> YiM Text

    yi-core Yi.MiniBuffer

    No documentation available.

  5. infixComplete' :: Bool -> (Text -> YiM [Text]) -> Text -> YiM Text

    yi-core Yi.MiniBuffer

    No documentation available.

  6. commonTPrefix :: [Text] -> Maybe Text

    yi-core Yi.String

    Works by resupplying the found prefix back into the list, eventually either finding the prefix or not matching.

  7. commonTPrefix' :: [Text] -> Text

    yi-core Yi.String

    Like commonTPrefix but returns empty text on failure.

  8. addSuffix :: Name -> String -> [DefName]

    yi-language Yi.Utils

    No documentation available.

  9. 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)
    

  10. makeClassyWithSuffix :: String -> Name -> Q [Dec]

    yi-language Yi.Utils

    No documentation available.

Page 188 of many | Previous | Next