1 {-# LANGUAGE OverloadedStrings #-}
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
6 module Text.Edifact.D96A.Simples.S6314
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
13 -- | Derived from this specification:
15 -- > 6314 Measurement value
17 -- > Desc: Value of the measured unit.
20 simple6314 :: Parser Value
21 simple6314 = simple "6314" (numeric `upTo` 18)