aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S3251.hs
blob: f32f397baca0080bfb81b25e8292e579e9a78880 (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
24
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D01B.Simples.S3251
  ( simple3251
  ) where

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

-- | Derived from this specification:
--
-- >      3251  Postal identification code                              [C]
-- >
-- >      Desc: Code specifying the postal zone or address.
-- >
-- >      Repr: an..17
-- >
-- >      Note:
-- >            1 Use code defined by appropriate national authority.
simple3251 :: Parser Value
simple3251 = simple "3251" (alphaNumeric `upTo` 17)