aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6348.hs
blob: 825cd9b80c7f881a9381646f01a1002c0c18ce89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{-# LANGUAGE OverloadedStrings #-}

---- Machine generated code.
---- Output of edi-parser-scaffolder

module Text.Edifact.D96A.Simples.S6348
  ( simple6348
  ) where

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

-- | Derived from this specification:
--
-- >    6348  Currency rate base
-- >
-- >    Desc: Multiplying factor used in expressing the number of currency
-- >          units.
-- >
-- >    Repr: n..4
simple6348 :: Parser Value
simple6348 = simple "6348" (numeric `upTo` 4)