aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S4000.hs
blob: 9ec5f93f6940faf6975eed4154c16ede4113b4f0 (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.S4000
  ( simple4000
  ) where

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

-- | Derived from this specification:
--
-- >      4000  Reference version identifier                            [C]
-- >
-- >      Desc: To identify the version of a reference.
-- >
-- >      Repr: an..35
simple4000 :: Parser Value
simple4000 = simple "4000" (alphaNumeric `upTo` 35)