gitlib-libgit2-3.1.0: Libgit2 backend for gitlib

Safe HaskellNone

Git.Libgit2

Description

Interface for opening and creating repositories. Repository objects are immutable, and serve only to refer to the given repository. Any data associated with the repository — such as the list of branches — is queried as needed.

Documentation

type family Oid r1 :: *

checkResult :: (Eq a, Num a, MonadExcept m) => a -> Text -> m ()Source