| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
HMGit.Commands.Plumbing.HashObject.Core
Documentation
newtype HashObject m Source #
Constructors
| 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 #