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

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

module Text.Edifact.D96A.Simples.S1154
  ( simple1154
  ) where

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

-- | Derived from this specification:
--
-- >    1154  Reference number
-- >
-- >    Desc: Identification number the nature and function of which can be
-- >          qualified by an entry in data element 1153 Reference
-- >          qualifier.
-- >
-- >    Repr: an..35
simple1154 :: Parser Value
simple1154 = simple "1154" (alphaNumeric `upTo` 35)