OpenAFP-1.4.3: IBM AFP document format parser and generator

Copyright(c) Audrey Tang 2004-2011
LicensePublicDomain
Maintaineraudreyt@audreyt.org
Stabilityexperimental
Portabilitynon-portable (GHC-only)
Safe HaskellNone
LanguageHaskell98

OpenAFP.Records

Contents

Description

This module imports and re-exports various AFP data structures, and implements an additional Unknown type for data without corresponding structures.

Documentation

data AFP_ Source #

Constructors

AFP_ !N3 !Buffer2 

Instances

Show AFP_ Source # 

Methods

showsPrec :: Int -> AFP_ -> ShowS #

show :: AFP_ -> String #

showList :: [AFP_] -> ShowS #

Binary AFP_ Source # 

Methods

put :: AFP_ -> Put #

get :: Get AFP_ #

putList :: [AFP_] -> Put #

type N AFP_ Source # 
type N AFP_ = N3
type BufOf AFP_ Source # 

Orphan instances

Binary T_ Source # 

Methods

put :: T_ -> Put #

get :: Get T_ #

putList :: [T_] -> Put #

Binary MCF_ Source # 

Methods

put :: MCF_ -> Put #

get :: Get MCF_ #

putList :: [MCF_] -> Put #

Binary PTX_ Source # 

Methods

put :: PTX_ -> Put #

get :: Get PTX_ #

putList :: [PTX_] -> Put #