]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D01B/Simples/S6348.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S6348.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.Simples.S6348
7 ( simple6348
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 6348 Currency rate value [C]
16-- >
17-- > Desc: To specify the value of the multiplication factor used
18-- > in expressing currency units.
19-- >
20-- > Repr: n..4
21simple6348 :: Parser Value
22simple6348 = simple "6348" (numeric `upTo` 4)