This commit is contained in:
2025-07-09 18:10:45 +02:00
parent 52982b2ef4
commit a98550032d
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
(define scribblings
'(
("scribblings/roos.scrbl" (multi-page) (library) "roos")
("scribblings/class.scrbl" (multi-page) (library) "roos-class")
("scribblings/roos.scrbl" (one-page) (library) "roos")
("scribblings/class.scrbl" (one-page) (library) "roos-class")
)
)

View File

@@ -14,7 +14,7 @@
@defmodule[roos/class]
This module provides a compatibility layer between the @racket[roos] object system and the standard @racketmodname[racket/class] system. It exports the macros @racket[send], @racket[->], and @racket[new], which automatically dispatch to the appropriate implementation based on the type of the given object or class.
This module provides a compatibility layer between the @seclink["roos" #:doc '(lib "roos/scribblings/roos.scrbl") ]{@racketmodname[roos]} object system and the standard @racketmodname[racket/class] system. It exports the macros @racket[send], @racket[->], and @racket[new], which automatically dispatch to the appropriate implementation based on the type of the given object or class.
@section{Macros}