aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8364.hs
blob: 795dd8e439148602512cd72e89139c2c91c92655 (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.D96A.Simples.S8364
  ( simple8364
  ) where

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

-- | Derived from this specification:
--
-- >    8364  EMS number
-- >
-- >    Desc: Emergency procedures for ships carrying dangerous goods.
-- >
-- >    Repr: an..6
simple8364 :: Parser Value
simple8364 = simple "8364" (alphaNumeric `upTo` 6)