Add disclaimer

This commit is contained in:
Justin Ethier 2021-03-31 20:52:00 -04:00 committed by GitHub
parent d8024f71e5
commit 07c25ba4f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
The `(scheme cyclone ast)` library defines abstract syntax tree types used during compilation. The `(scheme cyclone ast)` library defines abstract syntax tree types used during compilation.
*This library is used internally by the compiler and its API may change at any time.*
- [`ast:make-lambda`](#astmake-lambda) - [`ast:make-lambda`](#astmake-lambda)
- [`ast:%make-lambda`](#astmake-lambda-1) - [`ast:%make-lambda`](#astmake-lambda-1)
- [`ast:lambda?`](#astlambda) - [`ast:lambda?`](#astlambda)