aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S4453.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S4453.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S4453.hs32
1 files changed, 32 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S4453.hs b/specification/src/Text/Edifact/D96A/Simples/S4453.hs
new file mode 100644
index 0000000..8e3b9fd
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S4453.hs
@@ -0,0 +1,32 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S4453
7 ( simple4453
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 4453 Text function, coded
16-- >
17-- > Desc: Code specifying how to handle the text.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Text for subsequent use
22-- > The occurrence of this text does not affect message
23-- > processing.
24-- > 2 Text replacing missing code
25-- > Text description of a coded data item for which there is
26-- > no currently available code.
27-- > 3 Text for immediate use
28-- > Text must be read before actioning message.
29-- > 4 No action required
30-- > Pass text on to later recipient.
31simple4453 :: Parser Value
32simple4453 = simple "4453" (alphaNumeric `upTo` 3)