aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8028.hs
blob: 59f6ae0948c10d43bf280633d5a0b44efd24ba15 (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.S8028
  ( simple8028
  ) where

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

-- | Derived from this specification:
--
-- >    8028  Conveyance reference number
-- >
-- >    Desc: Unique reference given by the carrier to a certain journey or
-- >          departure of a means of transport (generic term).
-- >
-- >    Repr: an..17
simple8028 :: Parser Value
simple8028 = simple "8028" (alphaNumeric `upTo` 17)