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

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

-- | Derived from this specification:
--
-- >      8332  Equipment plan description                              [B]
-- >
-- >      Desc: Free form description of the equipment plan.
-- >
-- >      Repr: an..26
simple8332 :: Parser Value
simple8332 = simple "8332" (alphaNumeric `upTo` 26)