aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S1312.hs
blob: 168fa0050db08e50111a0bf9e55b37a3183853ca (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.S1312
  ( simple1312
  ) where

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

-- | Derived from this specification:
--
-- >    1312  Consignment load sequence number
-- >
-- >    Desc: To indicate the sequence of loading in which the consignments
-- >          are loaded in a piece of equipment or in a means of transport
-- >          (e.g. truck).
-- >
-- >    Repr: n..4
simple1312 :: Parser Value
simple1312 = simple "1312" (numeric `upTo` 4)