]>
Commit | Line | Data |
---|---|---|
a9d77a20 FM |
1 | {-# LANGUAGE OverloadedStrings #-} |
2 | ||
3 | ---- Machine generated code. | |
4 | ---- Output of edi-parser-scaffolder | |
5 | ||
6 | module Text.Edifact.D01B.Simples.S6348 | |
7 | ( simple6348 | |
8 | ) where | |
9 | ||
10 | import Text.Edifact.Parsing | |
11 | import 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 | |
21 | simple6348 :: Parser Value | |
22 | simple6348 = simple "6348" (numeric `upTo` 4) |