aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3207.hs
blob: 6ba52ff8967e0fa73b857298960e7b7ec41b8ae2 (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
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S3207
  ( simple3207
  ) where

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

-- | Derived from this specification:
--
-- >    3207  Country, coded
-- >
-- >    Desc: Identification of the name of a country or other geographical
-- >          entity as specified in ISO 3166.
-- >
-- >    Repr: an..3
-- >
-- >    Note: Use ISO 3166 two alpha country code.
simple3207 :: Parser Value
simple3207 = simple "3207" (alphaNumeric `upTo` 3)