aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S4495.hs
blob: c8e7d31ae528c71f69e1f1cc461d749b2d996556 (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.S4495
  ( simple4495
  ) where

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

-- | Derived from this specification:
--
-- >      4495  Insurance cover description code                        [B]
-- >
-- >      Desc: Code specifying the insurance cover.
-- >
-- >      Repr: an..17
simple4495 :: Parser Value
simple4495 = simple "4495" (alphaNumeric `upTo` 17)