aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S1490.hs
blob: a3c821609e48fb84794882a4cc2d41e718c75c0e (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.S1490
  ( simple1490
  ) where

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

-- | Derived from this specification:
--
-- >      1490  Consolidation item number                               [B]
-- >
-- >      Desc: To specify a consignment within a consolidation.
-- >
-- >      Repr: n..4
simple1490 :: Parser Value
simple1490 = simple "1490" (numeric `upTo` 4)