aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8332.hs
blob: 2d25388e5c0869b8575a7a1dc2c96e7009ed5c8d (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.S8332
  ( simple8332
  ) where

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

-- | Derived from this specification:
--
-- >    8332  Equipment plan
-- >
-- >    Desc: Description indicating equipment plan, e.g. FCL or LCL.
-- >
-- >    Repr: an..26
simple8332 :: Parser Value
simple8332 = simple "8332" (alphaNumeric `upTo` 26)