]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S7083.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S7083.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S7083
7 ( simple7083
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 7083 Configuration, coded
16-- >
17-- > Desc: Code indicating the status of the sub-line item in the
18-- > configuration.
19-- >
20-- > Repr: an..3
21-- >
22-- > A Added to the configuration
23-- > Self explanatory.
24-- > D Deleted from the configuration
25-- > Self explanatory.
26-- > I Included in the configuration
27-- > Self explanatory.
28simple7083 :: Parser Value
29simple7083 = simple "7083" (alphaNumeric `upTo` 3)