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

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

-- | Derived from this specification:
--
-- >      1312  Consignment load sequence identifier                    [B]
-- >
-- >      Desc: To identify the loading sequence of a consignment or
-- >            consignments.
-- >
-- >      Repr: n..4
simple1312 :: Parser Value
simple1312 = simple "1312" (numeric `upTo` 4)