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
TextShow1 (Proxy :: * -> *) Source # | Since: 2 |
TextShow (Proxy s) Source # | Since: 2 |
showbPrec :: Int -> Proxy s -> Builder Source # showb :: Proxy s -> Builder Source # showbList :: [Proxy s] -> Builder Source # showtPrec :: Int -> Proxy s -> Text Source # showt :: Proxy s -> Text Source # showtList :: [Proxy s] -> Text Source # showtlPrec :: Int -> Proxy s -> Text Source # showtl :: Proxy s -> Text Source # showtlList :: [Proxy s] -> Text Source # |