]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S8078.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8078.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8078
7 ( simple8078
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8078 Hazard substance/item/page number
16-- >
17-- > Desc: Number giving additional hazard code classification of a
18-- > goods item within the applicable dangerous goods regulation.
19-- >
20-- > Repr: an..7
21simple8078 :: Parser Value
22simple8078 = simple "8078" (alphaNumeric `upTo` 7)