aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8341.hs
blob: ff1db4b1ced422747fdddad8474e8a3b7c9e2dd0 (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
26
27
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S8341
  ( simple8341
  ) where

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

-- | Derived from this specification:
--
-- >   8341  Haulage arrangements, coded
-- >
-- >   Desc: Specification of the type of equipment haulage arrangements.
-- >
-- >   Repr: an..3
-- >
-- >         1 Carrier
-- >              Haulage arranged by carrier.
-- >         2 Merchant
-- >              Haulage arranged by merchant (shipper, consignee, or
-- >              their agent).
simple8341 :: Parser Value
simple8341 = simple "8341" (alphaNumeric `upTo` 3)