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 |
Monomorphic TextShow
functions for pointer types used in the Haskell
Foreign Function Interface (FFI).
Since: 2
- showbPtr :: Ptr a -> Builder
- showbFunPtr :: FunPtr a -> Builder
- showbIntPtrPrec :: Int -> IntPtr -> Builder
- showbWordPtr :: WordPtr -> Builder
- showbForeignPtr :: ForeignPtr a -> Builder
Documentation
showbFunPtr :: FunPtr a -> Builder Source #
showbForeignPtr :: ForeignPtr a -> Builder Source #
Convert a ForeignPtr
to a Builder
. Note that this does not require the
parameterized type to be an instance of Show
itself.
Since: 2