mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Sync changes
This commit is contained in:
parent
0a7fb64741
commit
8b84780118
3 changed files with 13 additions and 3 deletions
|
@ -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`.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue