aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S1056.hs
blob: 1aa014a488abd6a5341536ec1f53be91a3bbf0eb (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.S1056
  ( simple1056
  ) where

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

-- | Derived from this specification:
--
-- >      1056  Version identifier                                      [B]
-- >
-- >      Desc: To identify a version.
-- >
-- >      Repr: an..9
simple1056 :: Parser Value
simple1056 = simple "1056" (alphaNumeric `upTo` 9)