Expand the comment before Dynamics%.
This commit is contained in:
parent
16626c70ec
commit
dd23de304f
1 changed files with 2 additions and 1 deletions
|
@ -542,7 +542,8 @@
|
|||
;; passing type parameters to the parent.
|
||||
;;
|
||||
;; NOTE: The type appearing when you type dynamics% in the REPL does
|
||||
;; not directly type check.
|
||||
;; not directly type check, probably because of the structure types
|
||||
;; which are fully expanded in the REPL.
|
||||
(define-type (Dynamics% a)
|
||||
(Instance (Class
|
||||
(init (network (Network a) #:optional)
|
||||
|
|
Loading…
Reference in a new issue