prettychart-0.1.1.0: Pretty print charts from ghci.
Safe HaskellSafe-Inferred
LanguageGHC2021

Prettychart.ExampleData

Description

Data for testing prettychart.

Synopsis

Documentation

getReturns :: IO [(Day, Double)] Source #

Read and parse example data, which is daily stock market returns since 1980.

taker :: Int -> [a] -> [a] Source #

Take the last n of a list.