| Copyright | (C) 2014-2016 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
Monomorphic TextShow functions for data types in the haskeline library.
Since: 2
- showbInterrupt :: Interrupt -> Builder
- showbPrefsPrec :: Int -> Prefs -> Builder
- showbCompletionPrec :: Int -> Completion -> Builder
- showbHistory :: History -> Builder
Documentation
showbCompletionPrec :: Int -> Completion -> Builder Source #
Convert a Completion value to a Builder with the given precedence.
Since: 2