Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Jul 15, 2017
1 parent de69a62 commit b00df25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ predicates [![Build Status](https://travis-ci.org/jackfirth/predicates.svg?branc

[Documentation](http://pkg-build.racket-lang.org/doc/predicates/index.html)

*Deprecated* - For basic logic combinators, use `conjoin`, `disjoin`, and `negate` from `racket/function` instead. For predicate-constructing variants of `eq?` and friends, use a simple lambda shorthand library like `fancy-app` instead. For the more complex combinators, consider them unmaintained.

A racket package for creating predicates in a point-free style.

A *predicate* is a function that takes one argument and returns either true or false. You can think of it as a question, such as `even?` which returns true for even numbers and false for odd numbers. This package provides several tools for working with predicates.
Expand Down

0 comments on commit b00df25

Please sign in to comment.