edit: make object/c-helpers private (#1374)
Fixes the TR "undocumented public identifiers" DrDr error
This commit is contained in:
parent
e76df3bb00
commit
3afa58e8d1
|
@ -22,9 +22,10 @@
|
|||
just-check-existence just-check-existence?
|
||||
build-internal-class/c internal-class/c-late-neg-proj
|
||||
class/c-internal-name-clauses
|
||||
dynamic-object/c
|
||||
;; needed by TR
|
||||
base-object/c? build-object/c-type-name object/c-width-subtype?
|
||||
object/c-common-methods-stronger? object/c-common-fields-stronger?
|
||||
dynamic-object/c)
|
||||
object/c-common-methods-stronger? object/c-common-fields-stronger?)
|
||||
|
||||
;; Shorthand contracts that treat the implicit object argument as if it were
|
||||
;; contracted with any/c.
|
||||
|
|
|
@ -65,8 +65,6 @@
|
|||
(struct-out exn:fail:object)
|
||||
make-primitive-class
|
||||
class/c ->m ->*m ->dm case->m object/c instanceof/c
|
||||
base-object/c? build-object/c-type-name object/c-width-subtype?
|
||||
object/c-common-methods-stronger? object/c-common-fields-stronger?
|
||||
dynamic-object/c
|
||||
class-seal class-unseal
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user