]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S4453.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S4453.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S4453
7 ( simple4453
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 4453 Text function, coded
16-- >
17-- > Desc: Code specifying how to handle the text.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Text for subsequent use
22-- > The occurrence of this text does not affect message
23-- > processing.
24-- > 2 Text replacing missing code
25-- > Text description of a coded data item for which there is
26-- > no currently available code.
27-- > 3 Text for immediate use
28-- > Text must be read before actioning message.
29-- > 4 No action required
30-- > Pass text on to later recipient.
31simple4453 :: Parser Value
32simple4453 = simple "4453" (alphaNumeric `upTo` 3)