1 {-# LANGUAGE OverloadedStrings #-}
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
6 module Text.Edifact.D01B.Simples.S8334
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
13 -- | Derived from this specification:
15 -- > 8334 Movement type description [B]
17 -- > Desc: Free form description of a type of movement.
20 simple8334 :: Parser Value
21 simple8334 = simple "8334" (alphaNumeric `upTo` 35)