aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S7224.hs
blob: 958d6bf8bb27af3baf2faec20639dd8512317bd3 (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.S7224
  ( simple7224
  ) where

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

-- | Derived from this specification:
--
-- >      7224  Package quantity                                        [B]
-- >
-- >      Desc: To specify the number of packages.
-- >
-- >      Repr: n..8
simple7224 :: Parser Value
simple7224 = simple "7224" (numeric `upTo` 8)