aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S4494.hs
blob: 8e8104ab7da3ad629a87e317b13bc10af5242ba2 (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.S4494
  ( simple4494
  ) where

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

-- | Derived from this specification:
--
-- >      4494  Insurance cover description                             [B]
-- >
-- >      Desc: Free form description of the insurance cover.
-- >
-- >      Repr: an..35
simple4494 :: Parser Value
simple4494 = simple "4494" (alphaNumeric `upTo` 35)