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

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

module Text.Edifact.D96A.Simples.S4440
  ( simple4440
  ) where

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

-- | Derived from this specification:
--
-- >    4440  Free text
-- >
-- >    Desc: Free text field available to the message sender for
-- >          information.
-- >
-- >    Repr: an..70
simple4440 :: Parser Value
simple4440 = simple "4440" (alphaNumeric `upTo` 70)