aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S7064.hs
blob: 9abcacb0564a86770fe54e1150a96318e995f80e (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.S7064
  ( simple7064
  ) where

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

-- | Derived from this specification:
--
-- >      7064  Type of packages                                        [B]
-- >
-- >      Desc: Description of the form in which goods are presented.
-- >
-- >      Repr: an..35
simple7064 :: Parser Value
simple7064 = simple "7064" (alphaNumeric `upTo` 35)