aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8212.hs
blob: 8b49a383556c7f6a02adb67a746c3f73919e8a97 (plain) (tree)























                                                                         
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S8212
  ( simple8212
  ) where

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

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