]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S9015.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S9015.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S9015
7 ( simple9015
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 9015 Status type, coded
16-- >
17-- > Desc: Code identifying the type of status event.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Transport
22-- > Status type is related to transport.
23simple9015 :: Parser Value
24simple9015 = simple "9015" (alphaNumeric `upTo` 3)