Skip to content

Commit

Permalink
Merge pull request #551 from IQubic/patch-2
Browse files Browse the repository at this point in the history
Update type.scrbl to be more accurate about type bindings
  • Loading branch information
jackfirth authored Aug 8, 2024
2 parents 2404d73 + f5f32a6 commit a94e340
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions type.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,7 @@ example, @racket[define-enum-type] creates a type binding using
@racket[define-syntax] and the corresponding syntax class @racket[enum-id]
extracts that binding.

At present, not all kinds of types support type bindings --- follow
@hyperlink["https://github.com/jackfirth/rebellion/issues/179"]{issue #179} for
updates on this feature and the current status of supported type bindings. More
advanced compile-time type functionality such as a full static type system and
More advanced compile-time type functionality such as a full static type system and
checker are out of scope for now, but it is hoped that such an effort can either
build on top of the Rebellion type libraries. If you are interested in such a
project please reach out to the Rebellion project owners, we'd love to hear
Expand Down

0 comments on commit a94e340

Please sign in to comment.