| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.System.Console.Haskeline
Contents
Description
TextShow instances for data types in the haskeline library.
Since: 2
Orphan instances
| TextShow Interrupt # | Since: 2 |
| TextShow History # | Since: 2 |
| TextShow Prefs # | Since: 2 |
| TextShow Completion # | Since: 2 |
Methods showbPrec :: Int -> Completion -> Builder # showb :: Completion -> Builder # showbList :: [Completion] -> Builder # showtPrec :: Int -> Completion -> Text # showt :: Completion -> Text # showtList :: [Completion] -> Text # showtlPrec :: Int -> Completion -> Text # showtl :: Completion -> Text # showtlList :: [Completion] -> Text # | |