aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3239.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S3239.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S3239.hs28
1 files changed, 28 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S3239.hs b/specification/src/Text/Edifact/D96A/Simples/S3239.hs
new file mode 100644
index 0000000..5e6e55c
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S3239.hs
@@ -0,0 +1,28 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S3239
7 ( simple3239
8 ) where
9
10import Text.Edifact.Parsing
11import 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).
27simple3239 :: Parser Value
28simple3239 = simple "3239" (alphaNumeric `upTo` 3)