pointless-fun: Some common point-free combinators.

[ bsd3, combinators, composition, library, utils ] [ Propose Tags ]

Some common point-free combinators.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
base4

base-4.0 emits "Prelude deprecated" messages in order to get people to be explicit about which version of base they use.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1.0, 1.1.0.1, 1.1.0.5, 1.1.0.6, 1.1.0.8
Change log CHANGELOG
Dependencies base (<5) [details]
License BSD-3-Clause
Copyright Copyright (c) 2009--2015 wren gayle romano
Author wren gayle romano, Matt Hellige
Maintainer wren@community.haskell.org
Category Combinators, Composition, Utils
Home page http://code.haskell.org/~wren/
Source repo head: darcs get http://community.haskell.org/~wren/pointless-fun
Uploaded by WrenThornton at 2015-05-30T05:50:05Z
Distributions LTSHaskell:1.1.0.8, NixOS:1.1.0.8, Stackage:1.1.0.8
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 4343 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-06-03 [all 1 reports]

Readme for pointless-fun-1.1.0.6

[back to package description]
pointless-fun
=============

This is a simple package and should be easy to install. You should
be able to use one of the following standard methods to install it.

    -- With cabal-install and without the source:
    $> cabal install pointless-fun
    
    -- With cabal-install and with the source already:
    $> cd pointless-fun
    $> cabal install
    
    -- Without cabal-install, but with the source already:
    $> cd pointless-fun
    $> runhaskell Setup.hs configure --user
    $> runhaskell Setup.hs build
    $> runhaskell Setup.hs test
    $> runhaskell Setup.hs haddock --hyperlink-source
    $> runhaskell Setup.hs copy
    $> runhaskell Setup.hs register

The test step is optional and currently does nothing. The Haddock
step is also optional.


Portability
===========

An attempt has been made to keep this library as portable as possible.
It is fully Haskell98 compliant.

----------------------------------------------------------- fin.