]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - 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
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8341
7 ( simple8341
8 ) where
9
10import Text.Edifact.Parsing
11import 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).
26simple8341 :: Parser Value
27simple8341 = simple "8341" (alphaNumeric `upTo` 3)