aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S4052.hs
blob: d49d242dfd24b70c75fa724c6f3ae064ef93fbee (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.S4052
  ( simple4052
  ) where

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

-- | Derived from this specification:
--
-- >      4052  Delivery or transport terms description                 [B]
-- >
-- >      Desc: Free form description of delivery or transport terms.
-- >
-- >      Repr: an..70
simple4052 :: Parser Value
simple4052 = simple "4052" (alphaNumeric `upTo` 70)