packages feed

pointless-fun-1.1.0.13: README.md

pointless-fun
=============
[![CI Status](https://github.com/wrengr/pointless-fun/actions/workflows/ci.yml/badge.svg)](https://github.com/wrengr/pointless-fun/actions?query=workflow%3Aci+-event%3Apull_request)
[![Hackage version](https://img.shields.io/hackage/v/pointless-fun.svg?style=flat)](https://hackage.haskell.org/package/pointless-fun) 
[![Stackage LTS version](https://stackage.org/package/pointless-fun/badge/lts)](https://stackage.org/lts/package/pointless-fun)
[![Stackage Nightly version](https://stackage.org/package/pointless-fun/badge/nightly)](https://stackage.org/nightly/package/pointless-fun)

Some common point-free combinators. Including strict composition,
and type-signature-like combinators for coercing inputs and outputs
of functions.


## Install

This is a simple package and should be easy to install. You should
be able to use the standard:

    $> cabal install pointless-fun
    

## Portability

This library is fully Haskell98 compliant.


## Links

* [Website](http://wrengr.org/)
* [Blog](http://winterkoninkje.dreamwidth.org/)
* [Twitter](https://twitter.com/wrengr)
* [Hackage](http://hackage.haskell.org/package/pointless-fun)
* [GitHub](https://github.com/wrengr/pointless-fun)