aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S8022.hs
blob: 82a516194b000d08dead118e35af4bc9c7246b6d (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.S8022
  ( simple8022
  ) where

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

-- | Derived from this specification:
--
-- >      8022  Freight and other charges description                   [B]
-- >
-- >      Desc: Free form description of freight and other charges.
-- >
-- >      Repr: an..26
simple8022 :: Parser Value
simple8022 = simple "8022" (alphaNumeric `upTo` 26)