darcs-2.18.5: a distributed, interactive, smart revision control system
Safe HaskellNone
LanguageHaskell2010

Darcs.Patch.Progress

Synopsis

Documentation

progressRL :: forall (a :: Type -> Type -> Type) wX wY. String -> RL a wX wY -> RL a wX wY Source #

Evaluate an RL list and report progress.

progressFL :: forall (a :: Type -> Type -> Type) wX wY. String -> FL a wX wY -> FL a wX wY Source #

Evaluate an FL list and report progress.

progressRLShowTags :: forall (p :: Type -> Type -> Type) wX wY. String -> RL (PatchInfoAnd p) wX wY -> RL (PatchInfoAnd p) wX wY Source #

Evaluate an RL list and report progress. In addition to printing the number of patches we got, show the name of the last tag we got.