Reduce is a Haskell library for reducing inputs with some properties.
This repository contains of two libraries. reduce which is very
simple library that only contains the reduction methods, and
reduce-util which comes with functions for creating practical
reducers.
To build run stack build, to test run stack test, and to get the
documentation run stack haddock.