From 1befee8d9882871ab04cb48b4ba670ca9541a78d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Jan 2016 23:35:14 -0500 Subject: [PATCH] WIP --- docs/User-Manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index a0bc8b45..3bd03caf 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -120,7 +120,9 @@ Scheme code can be evaluated interactively using the `icyc` command: # Language Details -Cyclone implements the Scheme language as documented by the [R7RS Scheme Specification](r7rs.pdf). There is a [R7RS Compliance](Scheme-Language-Compliance.md) chart that lists the differences between the specification and Cyclone's implementation. +Cyclone implements the Scheme language as documented by the [R7RS Scheme Specification](r7rs.pdf). + +In addition there is a [R7RS Compliance Chart](Scheme-Language-Compliance.md) that lists differences between the specification and Cyclone's implementation. [API Documentation](API.md) is available for the libraries provide by Cyclone.