aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S5118.hs
blob: ec683cb803562123fb018c1f5a13f70cc0ed5258 (plain) (tree)





















                                                                         
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S5118
  ( simple5118
  ) where

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

-- | Derived from this specification:
--
-- >    5118  Price
-- >
-- >    Desc: The monetary value associated with a purchase or sale of an
-- >          article, product or service.
-- >
-- >    Repr: n..15
simple5118 :: Parser Value
simple5118 = simple "5118" (numeric `upTo` 15)