aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S5242.hs
blob: 1541c5d1edf1d9ff685ef9271dfc6335845d7cb8 (plain) (tree)




















                                                          
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S5242
  ( simple5242
  ) where

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

-- | Derived from this specification:
--
-- >    5242  Rate/tariff class
-- >
-- >    Desc: Description of applicable rate/tariff class.
-- >
-- >    Repr: an..35
simple5242 :: Parser Value
simple5242 = simple "5242" (alphaNumeric `upTo` 35)