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 |
Orphan instances
TextShow Lexeme Source # | Since: 2 |
showbPrec :: Int -> Lexeme -> Builder Source # showb :: Lexeme -> Builder Source # showbList :: [Lexeme] -> Builder Source # showtPrec :: Int -> Lexeme -> Text Source # showt :: Lexeme -> Text Source # showtList :: [Lexeme] -> Text Source # showtlPrec :: Int -> Lexeme -> Text Source # showtl :: Lexeme -> Text Source # showtlList :: [Lexeme] -> Text Source # | |
TextShow Number Source # | Since: 2 |
showbPrec :: Int -> Number -> Builder Source # showb :: Number -> Builder Source # showbList :: [Number] -> Builder Source # showtPrec :: Int -> Number -> Text Source # showt :: Number -> Text Source # showtList :: [Number] -> Text Source # showtlPrec :: Int -> Number -> Text Source # showtl :: Number -> Text Source # showtlList :: [Number] -> Text Source # |