| 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 |
TextShow.Foreign.Ptr
Contents
Description
TextShow instances for pointer types used in the Haskell
Foreign Function Interface (FFI).
Since: 2
Orphan instances
| TextShow1 Ptr # | Since: 2 |
| TextShow1 FunPtr # | Since: 2 |
| TextShow1 ForeignPtr # | Since: 2 |
Methods liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> ForeignPtr a -> Builder # liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [ForeignPtr a] -> Builder # | |
| TextShow WordPtr # | Since: 2 |
| TextShow IntPtr # | Since: 2 |
| TextShow (Ptr a) # | Since: 2 |
| TextShow (FunPtr a) # | Since: 2 |
| TextShow (ForeignPtr a) # | Since: 2 |
Methods showbPrec :: Int -> ForeignPtr a -> Builder # showb :: ForeignPtr a -> Builder # showbList :: [ForeignPtr a] -> Builder # showtPrec :: Int -> ForeignPtr a -> Text # showt :: ForeignPtr a -> Text # showtList :: [ForeignPtr a] -> Text # showtlPrec :: Int -> ForeignPtr a -> Text # showtl :: ForeignPtr a -> Text # showtlList :: [ForeignPtr a] -> Text # | |