| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TextShow.System.Console.Haskeline
Contents
Description
TextShow instances for data types in the haskeline library.
Since: 2
Orphan instances
| TextShow Completion Source # | 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 # | |
| TextShow History Source # | Since: 2 |
| TextShow Prefs Source # | Since: 2 |
| TextShow Interrupt Source # | Since: 2 |