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

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

module Text.Edifact.D96A.Simples.S3127
  ( simple3127
  ) where

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

-- | Derived from this specification:
--
-- >    3127  Carrier identification
-- >
-- >    Desc: Identification of party undertaking or arranging transport of
-- >          goods between named points.
-- >
-- >    Repr: an..17
-- >
-- >    Note: User or association defined code.  May be used in combination
-- >          with 1131/3055.
simple3127 :: Parser Value
simple3127 = simple "3127" (alphaNumeric `upTo` 17)