text-show-3.7.5: 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

Instance details

TextShow CSChar #

Since: 2

Instance details

TextShow CUChar #

Since: 2

Instance details

TextShow CShort #

Since: 2

Instance details

TextShow CUShort #

Since: 2

Instance details

TextShow CInt #

Since: 2

Instance details

TextShow CUInt #

Since: 2

Instance details

TextShow CLong #

Since: 2

Instance details

TextShow CULong #

Since: 2

Instance details

TextShow CLLong #

Since: 2

Instance details

TextShow CULLong #

Since: 2

Instance details

TextShow CBool #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow CFloat #

Since: 2

Instance details

TextShow CDouble #

Since: 2

Instance details

TextShow CPtrdiff #

Since: 2

Instance details

TextShow CSize #

Since: 2

Instance details

TextShow CWchar #

Since: 2

Instance details

TextShow CSigAtomic #

Since: 2

Instance details

TextShow CClock #

Since: 2

Instance details

TextShow CTime #

Since: 2

Instance details

TextShow CUSeconds #

Since: 2

Instance details

TextShow CSUSeconds #

Since: 2

Instance details

TextShow CIntPtr #

Since: 2

Instance details

TextShow CUIntPtr #

Since: 2

Instance details

TextShow CIntMax #

Since: 2

Instance details

TextShow CUIntMax #

Since: 2

Instance details