aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8325.hs
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2016-12-08 10:19:15 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2022-05-17 18:01:51 +0200
commita9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch)
treeadf3186fdccaeef19151026cdfbd38a530cf9ecb /specification/src/Text/Edifact/D96A/Simples/S8325.hs
downloadedi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.gz
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.zst
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.zip
Release code as open sourceHEADmaster
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8325.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8325.hs41
1 files changed, 41 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8325.hs b/specification/src/Text/Edifact/D96A/Simples/S8325.hs
new file mode 100644
index 0000000..f75790c
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8325.hs
@@ -0,0 +1,41 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8325
7 ( simple8325
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8325 Category of means of transport, coded
16-- >
17-- > Desc: Identification of the type of means of transport determined to
18-- > carry particular goods, not necessarily being hazardous.
19-- >
20-- > Repr: an..3
21-- >
22-- > 1 ADNR code, OS
23-- > Description to be provided.
24-- > 2 ADNR code, 1N
25-- > Description to be provided.
26-- > 3 ADNR code, 1S
27-- > Description to be provided.
28-- > 4 ADNR code, 2
29-- > Description to be provided.
30-- > 5 ADNR code, 3
31-- > Description to be provided.
32-- > 6 ADNR code, F
33-- > Description to be provided.
34-- > 7 ADNR code, NF
35-- > Description to be provided.
36-- > 8 ADNR code, ON
37-- > Description to be provided.
38-- > 9 ADNR code, X
39-- > Description to be provided.
40simple8325 :: Parser Value
41simple8325 = simple "8325" (alphaNumeric `upTo` 3)