pointfree: Pointfree refactoring tool
Downloads
- pointfree-1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.4.1, 1.0.4.3, 1.0.4.4, 1.0.4.5, 1.0.4.6, 1.0.4.7, 1.0.4.8, 1.1, 1.1.1.1, 1.1.1.2, 1.1.1.3, 1.1.1.4, 1.1.1.5, 1.1.1.6, 1.1.1.7, 1.1.1.8, 1.1.1.9, 1.1.1.10, 1.1.1.11, 1.1.1.12 |
|---|---|
| Dependencies | base , mtl , parsec [details] |
| License | LicenseRef-OtherLicense |
| Author | Thomas Jäger |
| Maintainer | none |
| Category | Tool |
| Home page | http://haskell.org/haskellwiki/Pointfree |
| Uploaded | by FelixMartini at 2007年08月28日T15:31:18Z |
| Distributions | NixOS:1.1.1.12 |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Executables | pointfree |
| Downloads | 22874 total (41 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] All reported builds failed as of 2017年01月04日 [all 7 reports] |
Readme for pointfree-1.0.1
[back to package description]Pointfree refactoring tool ========================== Stand-alone command-line version of the point-less plugin for lambdabot. Detailed information about the use of this tool is available at http://haskell.org/haskellwiki/Pointfree. Integration with GHCi: Make sure that the directory containing the pointfree executable is in your PATH environment variable and add the following line to your GHCi configuration file: :def pf \str -> return $ ":! pointfree \"" ++ str ++ "\"" Or modify the line to point directly to the executable. Invoke pointfree with commands like :pf \x y -> x + y