aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3251.hs
blob: fc19ce098b023402a4f2ff09519226d72f137218 (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.S3251
  ( simple3251
  ) where

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

-- | Derived from this specification:
--
-- >    3251  Postcode identification
-- >
-- >    Desc: Code defining postal zones or addresses.
-- >
-- >    Repr: an..9
-- >
-- >    Note: Use code defined by appropriate national authority.
simple3251 :: Parser Value
simple3251 = simple "3251" (alphaNumeric `upTo` 9)