aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3124.hs
blob: 5cbf2e01d87880ceb0388994517fb3b7aa1c11f8 (plain) (tree)




















                                                     
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S3124
  ( simple3124
  ) where

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

-- | Derived from this specification:
--
-- >    3124  Name and address line
-- >
-- >    Desc: Free form name and address description.
-- >
-- >    Repr: an..35
simple3124 :: Parser Value
simple3124 = simple "3124" (alphaNumeric `upTo` 35)