progressbar-0.0.1: Progressbar API

Portabilityportable
Stabilityprovisional
Maintainermad.one@gmail.com

ProgressBar

Description

A Progress bar

Synopsis

Documentation

data Progress Source

Progress bar meter.

Constructors

Progress 

Fields

pr_inc :: IO ()

This increments the progressbar

pr_done :: IO ()

This finishes the progressbar NOTE: it is unusable after this

mkProgress :: Handle -> IO ProgressSource

Create a progress bar