aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S8213.hs
blob: 032374013948fc31e65450ff892e6d7dd67a63ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D01B.Simples.S8213
  ( simple8213
  ) where

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

-- | Derived from this specification:
--
-- >      8213  Transport means identification name identifier          [B]
-- >
-- >      Desc: Identifies the name of the transport means.
-- >
-- >      Repr: an..9
simple8213 :: Parser Value
simple8213 = simple "8213" (alphaNumeric `upTo` 9)