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

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

module Text.Edifact.D96A.Simples.S3453
  ( simple3453
  ) where

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

-- | Derived from this specification:
--
-- >    3453  Language, coded
-- >
-- >    Desc: Code of language (ISO 639-1988).
-- >
-- >    Repr: an..3
-- >
-- >    Note: Use ISO 639-1988.
simple3453 :: Parser Value
simple3453 = simple "3453" (alphaNumeric `upTo` 3)