aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S3413.hs
blob: 5ff2784f7262a8781d345e035b730d7688061dd0 (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.S3413
  ( simple3413
  ) where

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

-- | Derived from this specification:
--
-- >      3413  Department or employee name code                        [C]
-- >
-- >      Desc: Code specifying the name of a department or employee.
-- >
-- >      Repr: an..17
simple3413 :: Parser Value
simple3413 = simple "3413" (alphaNumeric `upTo` 17)