aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6066.hs
blob: 27f5779f499f1005866eba4cfb39d965ae0c597f (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.S6066
  ( simple6066
  ) where

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

-- | Derived from this specification:
--
-- >    6066  Control value
-- >
-- >    Desc: Value obtained from summing the values specified by the
-- >          Control Qualifier throughout the message (Hash total).
-- >
-- >    Repr: n..18
simple6066 :: Parser Value
simple6066 = simple "6066" (numeric `upTo` 18)