dobutokO: The library is intended to print updated messages on the terminal screen.

[ cli, library, mit ] [ Propose Tags ]

Some functions to print updated messages on the same line on the terminal screen and a set of pure functions to specify interesting variants to control such functions.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.1.0, 0.3.2.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.7 && <4.15) [details]
License MIT
Author OleksandrZhabenko
Maintainer olexandr543@yahoo.com
Category CLI
Home page https://hackage.haskell.org/package/dobutokO
Uploaded by OleksandrZhabenko at 2020-05-14T15:21:22Z
Distributions
Downloads 1618 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-05-14 [all 1 reports]

Readme for dobutokO-0.3.2.0

[back to package description]
      ***** Usage *****
      -----------------

The library is intended to print updated messages on the terminal screen.

There are two modules with lazy and strict functions by their arguments. In every module there are two functions that print messages. Besides, there is a set of pure functions to specify possible interesting cases for pausing. The functions do not provide exact timing possibilities, but rather approximate timing behaviour. Do not use them as a timer for anything, but use them as an approximation in time to the desired conditions. That is so because of the laziness of Haskell and so it is rather hard to control the time moment when the code will be executed.

For more information, please, refer to the module documentation.