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

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

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

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

-- | Derived from this specification:
--
-- >      5242  Rate or tariff class description                        [B]
-- >
-- >      Desc: Free form description of an applicable rate or tariff
-- >            class.
-- >
-- >      Repr: an..35
simple5242 :: Parser Value
simple5242 = simple "5242" (alphaNumeric `upTo` 35)