aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S1366.hs
blob: 63e8c2a279f129b66218f3d1abb27841c9f1ee59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{-# LANGUAGE OverloadedStrings #-}

---- Machine generated code.
---- Output of edi-parser-scaffolder

module Text.Edifact.D96A.Simples.S1366
  ( simple1366
  ) where

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

-- | Derived from this specification:
--
-- >    1366  Document/message source
-- >
-- >    Desc: Indication of the source from which the printed information
-- >          is to be or has been obtained.
-- >
-- >    Repr: an..35
simple1366 :: Parser Value
simple1366 = simple "1366" (alphaNumeric `upTo` 35)