aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7160.hs
blob: 24da10dcc6e419aea4f7823320d8aa0b986b61fb (plain) (tree)




















                                                   
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S7160
  ( simple7160
  ) where

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

-- | Derived from this specification:
--
-- >    7160  Special service
-- >
-- >    Desc: Description of a special service.
-- >
-- >    Repr: an..35
simple7160 :: Parser Value
simple7160 = simple "7160" (alphaNumeric `upTo` 35)