aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S1366.hs
blob: 282594e126f1316624bcc9a6aa7a2d3107505d42 (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.S1366
  ( simple1366
  ) where

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

-- | Derived from this specification:
--
-- >      1366  Document source description                             [B]
-- >
-- >      Desc: Free form description of the source of a document.
-- >
-- >      Repr: an..70
simple1366 :: Parser Value
simple1366 = simple "1366" (alphaNumeric `upTo` 70)