GitHub - djv/small: small scripts and tools

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

10 Commits

Repository files navigation

hghci
-----

Replays your ghci history taken from "~/.ghc/ghci_history". Calling "hghci arg1 arg2 .." will prompt if you want to replay the history and then exec "ghci arg1 arg2 ..".

tidy
----

Automatically formats a Haskell source file by parsing and printing it to stdout.