aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3224.hs
blob: 4a851df83aa71b0a90814b1d0654906be13d672a (plain) (tree)




















                                                                
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S3224
  ( simple3224
  ) where

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

-- | Derived from this specification:
--
-- > *  3224  Place/location
-- >
-- >    Desc: Name of place/location, other than 3164 City name.
-- >
-- >    Repr: an..70
simple3224 :: Parser Value
simple3224 = simple "3224" (alphaNumeric `upTo` 70)