]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S8341.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8341.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S8341
7 ( simple8341
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 8341 Haulage arrangements, coded
16 -- >
17 -- > Desc: Specification of the type of equipment haulage arrangements.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Carrier
22 -- > Haulage arranged by carrier.
23 -- > 2 Merchant
24 -- > Haulage arranged by merchant (shipper, consignee, or
25 -- > their agent).
26 simple8341 :: Parser Value
27 simple8341 = simple "8341" (alphaNumeric `upTo` 3)