aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7102.hs
blob: ac58cf92117bc55d5d3fadd10fc74dc58b2576c6 (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.D96A.Simples.S7102
  ( simple7102
  ) where

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

-- | Derived from this specification:
--
-- >    7102  Shipping marks
-- >
-- >    Desc: Marks and numbers identifying individual packages.
-- >
-- >    Repr: an..35
simple7102 :: Parser Value
simple7102 = simple "7102" (alphaNumeric `upTo` 35)