git-remote-ipfs-0.1.0.0: Git remote helper to store git objects on IPFS

Safe HaskellNone
LanguageHaskell2010

Network.IPFS.Git.RemoteHelper.Internal

Documentation

treeLinks :: forall hash. Multihashable hash => Tree hash -> Vector CID Source #

refToCid :: forall hash. Multihashable hash => Ref hash -> CID Source #

note :: a -> Maybe b -> Either a b Source #

hush :: Either a b -> Maybe b Source #