Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype HashObject m Source #
HashObject (ObjectType -> ByteString -> HMGitT m ()) |
hashObjectShow :: (MonadCatch m, MonadIO m) => HashObject m Source #
hashObjectWrite :: (MonadCatch m, MonadIO m) => HashObject m Source #
hashObject :: (MonadCatch m, MonadIO m) => HashObject m -> ObjectType -> FilePath -> HMGitT m () Source #