aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8323.hs
blob: 368c8355d7e8fd5f18ca8a013d8cc2b929c19522 (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.S8323
  ( simple8323
  ) where

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

-- | Derived from this specification:
--
-- >   8323  Transport movement, coded
-- >
-- >   Desc: Code indicating the movement of goods (e.g. import, export,
-- >         transit).
-- >
-- >   Repr: an..3
-- >
-- >         1 Export
-- >              Self explanatory.
-- >         2 Import
-- >              Self explanatory.
-- >         3 Transit
-- >              Self explanatory.
simple8323 :: Parser Value
simple8323 = simple "8323" (alphaNumeric `upTo` 3)