OpenAFP-1.4.1: IBM AFP document format parser and generator

Safe HaskellNone

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 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

encodeListFile :: Binary a => FilePath -> [a] -> IO ()Source