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




















                                                                        
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S3222
  ( simple3222
  ) where

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

-- | Derived from this specification:
--
-- >    3222  Related place/location one
-- >
-- >    Desc: Specification of the first related place/location by name.
-- >
-- >    Repr: an..70
simple3222 :: Parser Value
simple3222 = simple "3222" (alphaNumeric `upTo` 70)