]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S8077.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8077.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S8077
7 ( simple8077
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 8077 Equipment supplier, coded
16 -- >
17 -- > Desc: To indicate the party that is the supplier of the equipment.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Shipper supplied
22 -- > The transport equipment is supplied by the shipper.
23 -- > 2 Carrier supplied
24 -- > The transport equipment is supplied by the carrier.
25 simple8077 :: Parser Value
26 simple8077 = simple "8077" (alphaNumeric `upTo` 3)