Sync changes

This commit is contained in:
Justin Ethier 2021-03-30 22:55:40 -04:00
parent 0a7fb64741
commit 8b84780118
3 changed files with 13 additions and 3 deletions

View file

@ -18,6 +18,11 @@ layout: main
title: API
---
---
layout: main
title: API
---
# Match Library
The `(scheme cyclone match)` library provides a hygienic pattern matcher, based on Alex Shinn's portable `match.scm`.

View file

@ -18,6 +18,11 @@ layout: main
title: API
---
---
layout: main
title: API
---
# Test Library
The `(scheme cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN.

View file

@ -9,9 +9,9 @@ The `(srfi 111)` library defines boxes, a container for an object of any Scheme
See the [SRFI document](http://srfi.schemers.org/srfi-111/srfi-111.html) for more information.
- [`box`] (#box)
- [`box?`] (#box-1)
- [`unbox`] (#unbox)
- [`box`](#box)
- [`box?`](#box-1)
- [`unbox`](#unbox)
- [`set-box!`](#set-box)
# box