]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S8453.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8453.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8453
7 ( simple8453
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8453 Nationality of means of transport, coded
16-- >
17-- > Desc: Coded name of the country in which a means of transport is
18-- > registered.
19-- >
20-- > Repr: an..3
21-- >
22-- > Note: Use ISO 3166 alpha two country code.
23simple8453 :: Parser Value
24simple8453 = simple "8453" (alphaNumeric `upTo` 3)