aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3148.hs
blob: 3b7ee09bdaf8804d1da17bebd90fe1a5849cb6d5 (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.S3148
  ( simple3148
  ) where

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

-- | Derived from this specification:
--
-- > *| 3148  Communication number
-- >
-- > |  Desc: The communication number.
-- >
-- >    Repr: an..512
simple3148 :: Parser Value
simple3148 = simple "3148" (alphaNumeric `upTo` 512)