aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8341.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8341.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8341.hs27
1 files changed, 27 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8341.hs b/specification/src/Text/Edifact/D96A/Simples/S8341.hs
new file mode 100644
index 0000000..ff1db4b
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8341.hs
@@ -0,0 +1,27 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8341
7 ( simple8341
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8341 Haulage arrangements, coded
16-- >
17-- > Desc: Specification of the type of equipment haulage arrangements.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Carrier
22-- > Haulage arranged by carrier.
23-- > 2 Merchant
24-- > Haulage arranged by merchant (shipper, consignee, or
25-- > their agent).
26simple8341 :: Parser Value
27simple8341 = simple "8341" (alphaNumeric `upTo` 3)