From c10cf016c1864516c04e0b441bb1039423c6f459 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 19 Jun 2019 18:49:30 -0400 Subject: [PATCH] Describe (cyclone) libraries --- docs/API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/API.md b/docs/API.md index c6f326ea..855c5474 100644 --- a/docs/API.md +++ b/docs/API.md @@ -56,11 +56,11 @@ Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http: These libraries are provided by Cyclone with a stable API that is unlikely to change: -- [`cyclone concurrent`](api/cyclone/concurrent.md) -- [`cyclone match`](api/cyclone/match.md) -- [`cyclone test`](api/cyclone/test.md) +- [`cyclone concurrent`](api/cyclone/concurrent.md) - A helper library for writing concurrent code. +- [`cyclone match`](api/cyclone/match.md) - A hygienic pattern matcher based on Alex Shinn's portable `match.scm`. +- [`cyclone test`](api/cyclone/test.md) - A unit testing framework ported from `(chibi test)`. - [`scheme cyclone array-list`](api/scheme/cyclone/array-list.md) -- [`scheme cyclone pretty-print`](api/scheme/cyclone/pretty-print.md) +- [`scheme cyclone pretty-print`](api/scheme/cyclone/pretty-print.md) - A pretty printer. # Internal Compiler API