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