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

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

-- | Derived from this specification:
--
-- >      4497  Insurance cover type code                               [C]
-- >
-- >      Desc: Code specifying the meaning of the insurance cover.
-- >
-- >      Repr: an..3
simple4497 :: Parser Value
simple4497 = simple "4497" (alphaNumeric `upTo` 3)