Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
data PaymentChannel Source #
Address | |
|
Sender | |
|
mkReference :: Int -> ByteString -> Centi -> Reference Source #
data DeductionCode Source #
mkDeductionCode :: Int -> DeductionCode Source #
Entry | |
|
Section | |
|
BgMax | |
|
mkPaymentChannel :: Int -> PaymentChannel Source #
isEndOfLine :: Char -> Bool Source #
dummyLine :: ByteString -> Parser () Source #
takeTab :: ByteString -> Int -> Int -> Parser ByteString Source #
common :: Parser ([ByteString], Maybe (ByteString, ByteString), Address, Maybe Integer) Source #
paymentPost :: Parser (Integer, ByteString, Centi, Int, PaymentChannel, Integer, Image) Source #
deductionPost :: Parser (Integer, ByteString, Centi, Int, PaymentChannel, Integer, Image, DeductionCode) Source #
referenceCommon :: Bool -> Integer -> Centi -> PaymentChannel -> Integer -> Image -> Parser Reference Source #
extraReferenceNumberPost :: Integer -> Centi -> PaymentChannel -> Integer -> Image -> Parser Reference Source #
extraReferenceNumberPostNegative :: Integer -> Centi -> PaymentChannel -> Integer -> Image -> Parser Reference Source #
namePost :: Parser (ByteString, ByteString) Source #