aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7419.hs
blob: d59d2a3560afa1e2b4b22e821fae1204c6de2221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S7419
  ( simple7419
  ) where

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

-- | Derived from this specification:
--
-- >    7419  Hazardous material class code, identification
-- >
-- >    Desc: Code specifying the kind of hazard for a material.
-- >
-- >    Repr: an..4
-- >
-- >    Note: Association defined code.  May be used in combination with
-- >          1131/3055.
simple7419 :: Parser Value
simple7419 = simple "7419" (alphaNumeric `upTo` 4)