aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S5482.hs
blob: 8eb36bcd5ac395b12ad5fb40a113977e7470d32d (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.S5482
  ( simple5482
  ) where

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

-- | Derived from this specification:
--
-- >      5482  Percentage                                              [C]
-- >
-- >      Desc: To specify a percentage.
-- >
-- >      Repr: n..10
simple5482 :: Parser Value
simple5482 = simple "5482" (numeric `upTo` 10)