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

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

-- | Derived from this specification:
--
-- >      1000  Document name                                           [B]
-- >
-- >      Desc: Name of a document.
-- >
-- >      Repr: an..35
simple1000 :: Parser Value
simple1000 = simple "1000" (alphaNumeric `upTo` 35)