]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S3239.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S3239.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S3239
7 ( simple3239
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 3239 Country of origin, coded
16 -- >
17 -- > Desc: Country in which the goods have been produced or
18 -- > manufactured, according to criteria laid down for the
19 -- > purposes of application of the Customs tariff, of
20 -- > quantitative restrictions, or of any other measure related to
21 -- > trade.
22 -- >
23 -- > Repr: an..3
24 -- >
25 -- > Note: See Country and currency codes (UNTDED) or ISO 3166 two alpha
26 -- > country code (Code set 3207).
27 simple3239 :: Parser Value
28 simple3239 = simple "3239" (alphaNumeric `upTo` 3)