pointlessness

This commit is contained in:
Joey Hess 2012-06-29 10:00:05 -04:00
parent cd0ab91c91
commit 29335bf326
5 changed files with 20 additions and 3 deletions

View file

@ -128,7 +128,7 @@ newState gitrepo = AnnexState
{- Makes an Annex state object for the specified git repo.
- Ensures the config is read, if it was not already. -}
new :: Git.Repo -> IO AnnexState
new gitrepo = newState <$> Git.Config.read gitrepo
new = newState <$$> Git.Config.read
{- performs an action in the Annex monad -}
run :: AnnexState -> Annex a -> IO (a, AnnexState)