]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S1220.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S1220.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S1220
7 ( simple1220
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 1220 Number of copies of document required
16 -- >
17 -- > Desc: Number of originals or copies of a document stipulated or
18 -- > referred to as being required.
19 -- >
20 -- > Repr: n..2
21 simple1220 :: Parser Value
22 simple1220 = simple "1220" (numeric `upTo` 2)