]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S3039.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S3039.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S3039
7 ( simple3039
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 3039 Party id. identification
16-- >
17-- > Desc: Code identifying a party involved in a transaction.
18-- >
19-- > Repr: an..35
20-- >
21-- > Note: User or association defined code. May be used in combination
22-- > with 1131/3055.
23simple3039 :: Parser Value
24simple3039 = simple "3039" (alphaNumeric `upTo` 35)