aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7511.hs
blob: 076a45865dbf264f6efbb239232e74045a5eb1b6 (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.S7511
  ( simple7511
  ) where

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

-- | Derived from this specification:
--
-- >    7511  Type of marking, coded
-- >
-- >    Desc: To specify the type of marking that reflects the method and
-- >          the conventions adhered to for marking.
-- >
-- >    Repr: an..3
simple7511 :: Parser Value
simple7511 = simple "7511" (alphaNumeric `upTo` 3)