gitlib-libgit2-3.1.0.3: Libgit2 backend for gitlib

Safe HaskellNone
LanguageHaskell98

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 r :: *

Instances

type Oid LgRepo = OidPtr 

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