aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S1154.hs
blob: 92305ba12dd5008f77edf4f52a86a8f17425eaaf (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.S1154
  ( simple1154
  ) where

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

-- | Derived from this specification:
--
-- >      1154  Reference identifier                                    [C]
-- >
-- >      Desc: Identifies a reference.
-- >
-- >      Repr: an..70
simple1154 :: Parser Value
simple1154 = simple "1154" (alphaNumeric `upTo` 70)