aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6350.hs
blob: beb90b837945045b605b932fb3e1c46572776cca (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.D96A.Simples.S6350
  ( simple6350
  ) where

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

-- | Derived from this specification:
--
-- >    6350  Number of units
-- >
-- >    Desc: Number of units of a certain type.
-- >
-- >    Repr: n..15
simple6350 :: Parser Value
simple6350 = simple "6350" (numeric `upTo` 15)