aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S1490.hs
blob: a3c821609e48fb84794882a4cc2d41e718c75c0e (plain) (tree)




















                                                                           
{-# 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)