]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S4052.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S4052.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S4052
7 ( simple4052
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 4052 Terms of delivery or transport
16-- >
17-- > Desc: Terms agreed between two parties (e.g. seller/buyer,
18-- > shipper/carrier) under which a product or service is
19-- > provided.
20-- >
21-- > Repr: an..70
22simple4052 :: Parser Value
23simple4052 = simple "4052" (alphaNumeric `upTo` 70)