OpenAFP-1.4.3: IBM AFP document format parser and generator

Safe HaskellNone
LanguageHaskell98

OpenAFP.Records.AFP.PTX

Documentation

data PTX_ Source #

Constructors

PTX_ !N1 !Buffer1 

Instances

Show PTX_ Source # 

Methods

showsPrec :: Int -> PTX_ -> ShowS #

show :: PTX_ -> String #

showList :: [PTX_] -> ShowS #

type N PTX_ Source # 
type N PTX_ = N1
type BufOf PTX_ Source # 

data PTX Source #

Constructors

PTX 

Fields

Instances

Show PTX Source # 

Methods

showsPrec :: Int -> PTX -> ShowS #

show :: PTX -> String #

showList :: [PTX] -> ShowS #

type ChunkOf PTX Source #