bitcoin-payment-channel-1.2.0.0: Instant, two-party Bitcoin payments

Safe HaskellNone
LanguageHaskell2010

Bitcoin.Internal.Util

Synopsis

Documentation

toInt :: (Integral a, Num b) => a -> b Source #

getIndexSafe :: [a] -> Int -> Maybe a Source #

cs :: ConvertibleStrings a b => a -> b #

fmapL :: (a -> b) -> Either a r -> Either b r #

Map a function over the Left value of an Either

(<>) :: Monoid m => m -> m -> m infixr 6 #

An infix synonym for mappend.

Since: 4.5.0.0