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

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

-- | Derived from this specification:
--
-- >    4078  Handling instructions
-- >
-- >    Desc: Instructions on how specified goods, packages or containers
-- >          should be handled.
-- >
-- >    Repr: an..70
simple4078 :: Parser Value
simple4078 = simple "4078" (alphaNumeric `upTo` 70)