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

Description

This module imports and re-exports the fundamental types in the OpenAFP framework: Buffer, Chunk and Record.

Documentation

data T_ Source #

Constructors

T_ !N1 !Buffer1 

Instances

Show T_ Source # 

Methods

showsPrec :: Int -> T_ -> ShowS #

show :: T_ -> String #

showList :: [T_] -> ShowS #

type N T_ Source # 
type N T_ = N1
type BufOf T_ Source #