]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S1154.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S1154.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S1154
7 ( simple1154
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 1154 Reference number
16 -- >
17 -- > Desc: Identification number the nature and function of which can be
18 -- > qualified by an entry in data element 1153 Reference
19 -- > qualifier.
20 -- >
21 -- > Repr: an..35
22 simple1154 :: Parser Value
23 simple1154 = simple "1154" (alphaNumeric `upTo` 35)