aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S9015.hs
blob: 04285e60d0442247533af140d8e20e3edeb818a0 (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
24
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S9015
  ( simple9015
  ) where

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

-- | Derived from this specification:
--
-- >   9015  Status type, coded
-- >
-- >   Desc: Code identifying the type of status event.
-- >
-- >   Repr: an..3
-- >
-- >         1 Transport
-- >              Status type is related to transport.
simple9015 :: Parser Value
simple9015 = simple "9015" (alphaNumeric `upTo` 3)