aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3128.hs
blob: 36f979b4c8ecddcffcd74eef3d91e0dcab0b71bd (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.D96A.Simples.S3128
  ( simple3128
  ) where

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

-- | Derived from this specification:
--
-- >    3128  Carrier name
-- >
-- >    Desc: Name of party undertaking or arranging transport of goods
-- >          between named points.
-- >
-- >    Repr: an..35
simple3128 :: Parser Value
simple3128 = simple "3128" (alphaNumeric `upTo` 35)