aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S7065.hs
blob: 0a331a269fac700cd37ce9233f1e46f04f4fa6e5 (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
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D01B.Simples.S7065
  ( simple7065
  ) where

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

-- | Derived from this specification:
--
-- >      7065  Package type description code                           [B]
-- >
-- >      Desc: Code specifying the type of package.
-- >
-- >      Repr: an..17
-- >
-- >      Note:
-- >            1 Recommend use UN/ECE Recommendation No. 21 (also,
-- >            see current volume of UNTDED).
simple7065 :: Parser Value
simple7065 = simple "7065" (alphaNumeric `upTo` 17)