aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S1156.hs
blob: e3afcc37a740255ab0824fa1503b54a1c8a7db9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S1156
  ( simple1156
  ) where

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

-- | Derived from this specification:
--
-- >    1156  Line number
-- >
-- >    Desc: Number of the line in the document/message referenced in 1154
-- >          Reference number.
-- >
-- >    Repr: an..6
simple1156 :: Parser Value
simple1156 = simple "1156" (alphaNumeric `upTo` 6)