{-# LANGUAGE OverloadedStrings #-} ---- Machine generated code. ---- Output of edi-parser-scaffolder module Text.Edifact.D96A.Simples.S7124 ( simple7124 ) where import Text.Edifact.Parsing import Text.Edifact.Types (Value) -- | Derived from this specification: -- -- > 7124 UNDG number -- > -- > Desc: Unique serial number assigned within the United Nations to -- > substances and articles contained in a list of the dangerous -- > goods most commonly carried. -- > -- > Repr: n4 simple7124 :: Parser Value simple7124 = simple "7124" (numeric `exactly` 4)