aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S1496.hs
blob: 02da337c4c76d4a606fc8fd136ef0967dc66e369 (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.S1496
  ( simple1496
  ) where

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

-- | Derived from this specification:
--
-- >      1496  Goods item number                                       [B]
-- >
-- >      Desc: To specify a goods item within a consignment.
-- >
-- >      Repr: n..5
simple1496 :: Parser Value
simple1496 = simple "1496" (numeric `upTo` 5)