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

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

module Text.Edifact.D96A.Simples.S7106
  ( simple7106
  ) where

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

-- | Derived from this specification:
--
-- >    7106  Shipment flashpoint
-- >
-- >    Desc: Temperature in centigrade determined by the closed cup test
-- >          as per ISO 1523/73 where a vapour is given off that can be
-- >          ignited.
-- >
-- >    Repr: n3
simple7106 :: Parser Value
simple7106 = simple "7106" (numeric `exactly` 3)