]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - 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
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S9308
7 ( simple9308
8 ) where
9
10import Text.Edifact.Parsing
11import 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
21simple9308 :: Parser Value
22simple9308 = simple "9308" (alphaNumeric `upTo` 10)