aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7160.hs
blob: 24da10dcc6e419aea4f7823320d8aa0b986b61fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{-# 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)