aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S5479.hs
blob: 1b5acc09275fe79b2eed10f074a4faf64678b594 (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.S5479
  ( simple5479
  ) where

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

-- | Derived from this specification:
--
-- >    5479  Relation, coded
-- >
-- >    Desc: To specify the relationship between two or more items.
-- >
-- >    Repr: an..3
-- >
-- >    Note: Code values to be provided.
simple5479 :: Parser Value
simple5479 = simple "5479" (alphaNumeric `upTo` 3)