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

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

module Text.Edifact.D01B.Simples.S7418
  ( simple7418
  ) where

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

-- | Derived from this specification:
--
-- >      7418  Hazardous material category name                        [B]
-- >
-- >      Desc: Name of a kind of hazard for a material.
-- >
-- >      Repr: an..35
simple7418 :: Parser Value
simple7418 = simple "7418" (alphaNumeric `upTo` 35)