]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S9308.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S9308.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S9308
7 ( simple9308
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 9308 Seal number
16 -- >
17 -- > Desc: The number of a custom seal or another seal affixed to the
18 -- > containers or other transport unit.
19 -- >
20 -- > Repr: an..10
21 simple9308 :: Parser Value
22 simple9308 = simple "9308" (alphaNumeric `upTo` 10)