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

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

module Text.Edifact.D01B.Simples.S7357
  ( simple7357
  ) where

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

-- | Derived from this specification:
--
-- >      7357  Commodity identification code                           [B]
-- >
-- >      Desc: Code identifying a commodity for Customs, transport or
-- >            statistical purposes (generic term).
-- >
-- >      Repr: an..18
simple7357 :: Parser Value
simple7357 = simple "7357" (alphaNumeric `upTo` 18)