aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S4079.hs
blob: b4f7531fa6cca89c0965b4f1ab63f54308368a71 (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
25
26
27
28
29
30
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D01B.Simples.S4079
  ( simple4079
  ) where

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

-- | Derived from this specification:
--
-- >      4079  Handling instruction description code                   [B]
-- >
-- >      Desc: Code specifying a handling instruction.
-- >
-- >      Repr: an..3
-- >
-- >      1     Heat sensitive
-- >               The object is heat sensitive.
-- >
-- >      2     Store in dry environment
-- >               The object must be stored in dry environment.
-- >
-- >      3     Stacked
-- >               The identified item is, or can be stacked.
simple4079 :: Parser Value
simple4079 = simple "4079" (alphaNumeric `upTo` 3)