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




















                                                         
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S6154
  ( simple6154
  ) where

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

-- | Derived from this specification:
--
-- >    6154  Measurement attribute
-- >
-- >    Desc: To specify non-discrete measurement values.
-- >
-- >    Repr: an..70
simple6154 :: Parser Value
simple6154 = simple "6154" (alphaNumeric `upTo` 70)