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

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

-- | Derived from this specification:
--
-- >      3148  Communication address identifier                        [C]
-- >
-- >      Desc: To identify a communication address.
-- >
-- >      Repr: an..512
simple3148 :: Parser Value
simple3148 = simple "3148" (alphaNumeric `upTo` 512)