aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8154.hs
blob: f6ab19fd73323855729448c6295f373b3f440c42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S8154
  ( simple8154
  ) where

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

-- | Derived from this specification:
--
-- >    8154  Equipment size and type
-- >
-- >    Desc: Plain language description of the size and type of equipment
-- >          e.g. unit load device.
-- >
-- >    Repr: an..35
simple8154 :: Parser Value
simple8154 = simple "8154" (alphaNumeric `upTo` 35)