aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S4441.hs
blob: 54ed80e61e1634fcc1a3f01738239b304547a9b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{-# LANGUAGE OverloadedStrings #-}

---- Machine generated code.
---- Output of edi-parser-scaffolder

module Text.Edifact.D01B.Simples.S4441
  ( simple4441
  ) where

import           Text.Edifact.Parsing
import           Text.Edifact.Types   (Value)

-- | Derived from this specification:
--
-- >      4441  Free text value code                                    [B]
-- >
-- >      Desc: Code specifying free form text.
-- >
-- >      Repr: an..17
simple4441 :: Parser Value
simple4441 = simple "4441" (alphaNumeric `upTo` 17)