mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Import sets are now fully-supported
This commit is contained in:
parent
1fb8145ed9
commit
d0f7778472
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Section | Status | Comments
|
||||||
5.3 Variable definitions | Partial | `define-values` is not implemented yet.
|
5.3 Variable definitions | Partial | `define-values` is not implemented yet.
|
||||||
5.4 Syntax definitions | Yes |
|
5.4 Syntax definitions | Yes |
|
||||||
5.5 Record-type definitions | Yes |
|
5.5 Record-type definitions | Yes |
|
||||||
5.6 Libraries | Partial | The following import set forms are not supported yet: `only`, `except`, `rename`, `prefix`.
|
5.6 Libraries | Yes |
|
||||||
5.7 The REPL | Yes |
|
5.7 The REPL | Yes |
|
||||||
6.1 Equivalence predicates | Yes |
|
6.1 Equivalence predicates | Yes |
|
||||||
6.2 Numbers | Partial | Only integers and reals are supported at this time.
|
6.2 Numbers | Partial | Only integers and reals are supported at this time.
|
||||||
|
|
Loading…
Add table
Reference in a new issue