Safe Haskell | None |
---|---|
Language | Haskell2010 |
Darcs.Patch.Progress
Synopsis
- progressRL :: forall (a :: Type -> Type -> Type) wX wY. String -> RL a wX wY -> RL a wX wY
- progressFL :: forall (a :: Type -> Type -> Type) wX wY. String -> FL a wX wY -> FL a wX wY
- progressRLShowTags :: forall (p :: Type -> Type -> Type) wX wY. String -> RL (PatchInfoAnd p) wX wY -> RL (PatchInfoAnd p) wX wY
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.