aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S6348.hs
blob: b24757e93c36f9364e570d88d30a41524be7688a (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.D01B.Simples.S6348
  ( simple6348
  ) where

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

-- | Derived from this specification:
--
-- >      6348  Currency rate value                                     [C]
-- >
-- >      Desc: To specify the value of the multiplication factor used
-- >            in expressing currency units.
-- >
-- >      Repr: n..4
simple6348 :: Parser Value
simple6348 = simple "6348" (numeric `upTo` 4)