aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8158.hs
blob: 25300d9810a2f10959307d90d50b6ce0e151565a (plain) (tree)





















                                                                         
{-# LANGUAGE OverloadedStrings #-}

---- Machine generated code.
---- Output of edi-parser-scaffolder

module Text.Edifact.D96A.Simples.S8158
  ( simple8158
  ) where

import           Text.Edifact.Parsing
import           Text.Edifact.Types   (Value)

-- | Derived from this specification:
--
-- >    8158  Hazard identification number, upper part
-- >
-- >    Desc: The id. number for the Orange Placard (upper part) required
-- >          on the means of transport.
-- >
-- >    Repr: an..4
simple8158 :: Parser Value
simple8158 = simple "8158" (alphaNumeric `upTo` 4)