ajhc-0.8.0.7: Haskell compiler that produce binary through C language

Safe HaskellNone

Util.Progress

Documentation

data Progress k Source

Instances

progressNewSource

Arguments

:: Int

number of steps

-> Int

number of output positions

-> Progress k 

progressStep :: Ord k => Progress k -> k -> (Progress k, [k])Source

progressSteps :: Ord k => Progress k -> [k] -> (Progress k, [k])Source