aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S7140.hs
blob: f62eba1429f74eb130e36fb87fa0e4fb97f14190 (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.D01B.Simples.S7140
  ( simple7140
  ) where

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

-- | Derived from this specification:
--
-- >      7140  Item identifier                                         [C]
-- >
-- >      Desc: To identify an item.
-- >
-- >      Repr: an..35
simple7140 :: Parser Value
simple7140 = simple "7140" (alphaNumeric `upTo` 35)