aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S3453.hs
blob: 60af2da465972a5f4ac16595beca65901575b322 (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.D01B.Simples.S3453
  ( simple3453
  ) where

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

-- | Derived from this specification:
--
-- >      3453  Language name code                                      [C]
-- >
-- >      Desc: Code specifying the language name.
-- >
-- >      Repr: an..3
-- >
-- >      Note:
-- >            1 Use ISO 639-1988.
simple3453 :: Parser Value
simple3453 = simple "3453" (alphaNumeric `upTo` 3)