aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7083.hs
blob: b3730a13183fad6538c851c5e020191bf4261def (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{-# LANGUAGE OverloadedStrings #-}

---- Machine generated code.
---- Output of edi-parser-scaffolder

module Text.Edifact.D96A.Simples.S7083
  ( simple7083
  ) where

import           Text.Edifact.Parsing
import           Text.Edifact.Types   (Value)

-- | Derived from this specification:
--
-- >   7083  Configuration, coded
-- >
-- >   Desc: Code indicating the status of the sub-line item in the
-- >         configuration.
-- >
-- >   Repr: an..3
-- >
-- >    A      Added to the configuration
-- >              Self explanatory.
-- >    D      Deleted from the configuration
-- >              Self explanatory.
-- >    I      Included in the configuration
-- >              Self explanatory.
simple7083 :: Parser Value
simple7083 = simple "7083" (alphaNumeric `upTo` 3)