From a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Thu, 8 Dec 2016 10:19:15 +0200 Subject: Release code as open source --- .../src/Text/Edifact/D96A/Simples/S6411.hs | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 specification/src/Text/Edifact/D96A/Simples/S6411.hs (limited to 'specification/src/Text/Edifact/D96A/Simples/S6411.hs') diff --git a/specification/src/Text/Edifact/D96A/Simples/S6411.hs b/specification/src/Text/Edifact/D96A/Simples/S6411.hs new file mode 100644 index 0000000..a4b2c8b --- /dev/null +++ b/specification/src/Text/Edifact/D96A/Simples/S6411.hs @@ -0,0 +1,25 @@ +{-# LANGUAGE OverloadedStrings #-} + +---- Machine generated code. +---- Output of edi-parser-scaffolder + +module Text.Edifact.D96A.Simples.S6411 + ( simple6411 + ) where + +import Text.Edifact.Parsing +import Text.Edifact.Types (Value) + +-- | Derived from this specification: +-- +-- > 6411 Measure unit qualifier +-- > +-- > Desc: Indication of the unit of measurement in which weight (mass), +-- > capacity, length, area, volume or other quantity is +-- > expressed. +-- > +-- > Repr: an..3 +-- > +-- > Note: See UN/ECE Recommendation 20. +simple6411 :: Parser Value +simple6411 = simple "6411" (alphaNumeric `upTo` 3) -- cgit v1.2.3