aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 52aba39a08c09fb4a940197cecb138c5235e7a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# COND-THUNK

License: Apache-2.0

`cond-thunk` is a library that abstracts conditionals into procedures
called *conditional procedues* (ct). This allows the programmer to
abstract conditional branches into procedures or macros, allowing for
multiple value binding or backtracking.

Documentation for this library is in the format of index.scheme.org and
is located in `doc`.