packages feed

pointless-fun-1.1.0.8: README.md

pointless-fun
=============
[![Hackage version](https://img.shields.io/hackage/v/pointless-fun.svg?style=flat)](https://hackage.haskell.org/package/pointless-fun) 
[![Build Status](https://github.com/wrengr/pointless-fun/workflows/ci/badge.svg)](https://github.com/wrengr/pointless-fun/actions?query=workflow%3Aci)
[![Dependencies](https://img.shields.io/hackage-deps/v/pointless-fun.svg?style=flat)](http://packdeps.haskellers.com/specific?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)