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

Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Foreign.C.Types

Contents

Description

TextShow instances for Haskell newtypes corresponding to C types in the Foreign Function Interface (FFI).

Since: 2

Orphan instances

TextShow CChar #

Since: 2

TextShow CSChar #

Since: 2

TextShow CUChar #

Since: 2

TextShow CShort #

Since: 2

TextShow CUShort #

Since: 2

TextShow CInt #

Since: 2

TextShow CUInt #

Since: 2

TextShow CLong #

Since: 2

TextShow CULong #

Since: 2

TextShow CLLong #

Since: 2

TextShow CULLong #

Since: 2

TextShow CBool #

Only available with base-4.10.0.0 or later.

Since: 3.6

TextShow CFloat #

Since: 2

TextShow CDouble #

Since: 2

TextShow CPtrdiff #

Since: 2

TextShow CSize #

Since: 2

TextShow CWchar #

Since: 2

TextShow CSigAtomic #

Since: 2

TextShow CClock #

Since: 2

TextShow CTime #

Since: 2

TextShow CUSeconds #

Since: 2

TextShow CSUSeconds #

Since: 2

TextShow CIntPtr #

Since: 2

TextShow CUIntPtr #

Since: 2

TextShow CIntMax #

Since: 2

TextShow CUIntMax #

Since: 2