aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8213.hs
blob: 08d894f706f3d6678ae0ad8de2e65d80cac7c611 (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.S8213
  ( simple8213
  ) where

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

-- | Derived from this specification:
--
-- >    8213  Id. of means of transport identification
-- >
-- >    Desc: Identification of the means of transport by name or number.
-- >
-- >    Repr: an..9
-- >
-- >    Note: Use relevant code.  May be used in combination with
-- >          1131/3055.
simple8213 :: Parser Value
simple8213 = simple "8213" (alphaNumeric `upTo` 9)