text-show-0.3.0.0: Efficient conversion of values into Text

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Foreign.C.Types

Description

Monomorphic Show functions for Haskell newtypes corresponding to C types in the Foreign Function Interface (FFI).

Synopsis

Documentation

showbCCharPrec :: Int -> CChar -> Builder Source

Convert a CChar to a Builder with the given precedence.

showbCSCharPrec :: Int -> CSChar -> Builder Source

Convert a CSChar to a Builder with the given precedence.

showbCShortPrec :: Int -> CShort -> Builder Source

Convert a CShort to a Builder with the given precedence.

showbCIntPrec :: Int -> CInt -> Builder Source

Convert a CInt to a Builder with the given precedence.

showbCLongPrec :: Int -> CLong -> Builder Source

Convert a CLong to a Builder with the given precedence.

showbCPtrdiffPrec :: Int -> CPtrdiff -> Builder Source

Convert a CPtrdiff to a Builder with the given precedence.

showbCWcharPrec :: Int -> CWchar -> Builder Source

Convert a CWchar to a Builder with the given precedence.

showbCSigAtomicPrec :: Int -> CSigAtomic -> Builder Source

Convert a CSigAtomic to a Builder with the given precedence.

showbCLLongPrec :: Int -> CLLong -> Builder Source

Convert a CLLong to a Builder with the given precedence.

showbCIntPtrPrec :: Int -> CIntPtr -> Builder Source

Convert a CIntPtr to a Builder with the given precedence.

showbCIntMaxPrec :: Int -> CIntMax -> Builder Source

Convert a CIntMax to a Builder with the given precedence.

showbCClockPrec :: Int -> CClock -> Builder Source

Convert a CClock to a Builder with the given precedence.

showbCTimePrec :: Int -> CTime -> Builder Source

Convert a CTime to a Builder with the given precedence.

showbCSUSecondsPrec :: Int -> CSUSeconds -> Builder Source

Convert a CSUSeconds value to a Builder with the given precedence.

showbCFloatPrec :: Int -> CFloat -> Builder Source

Convert a CFloat to a Builder with the given precedence.

showbCDoublePrec :: Int -> CDouble -> Builder Source

Convert a CDouble to a Builder with the given precedence.