OpenAFP-1.2: IBM AFP document format parser and generator

OpenAFP.Internals.Binary

Documentation

data N0 Source

Constructors

N0 

newtype N1 Source

Constructors

N1 

Fields

fromN1 :: Word8
 

newtype N2 Source

Constructors

N2 

Fields

fromN2 :: Word16
 

newtype N3 Source

Constructors

N3 

Fields

fromN3 :: Word32
 

newtype N4 Source

Constructors

N4 

Fields

fromN4 :: Word32
 

newtype I1 Source

Constructors

I1 Int8 

newtype I2 Source

Constructors

I2 Int16 

newtype I4 Source

Constructors

I4 Int32 

newtype I8 Source

Constructors

I8 Int64 

newtype A1 Source

Constructors

A1 Word8 

newtype A2 Source

Constructors

A2 Word16 

newtype A3 Source

Constructors

A3 Word32 

newtype A4 Source

Constructors

A4 Word32 

newtype A6 Source

Constructors

A6 Word64 

newtype A8 Source

Constructors

A8 Word64 

putList :: Binary a => [a] -> PutSource