Expand the comment before Dynamics%.

This commit is contained in:
Sergiu Ivanov 2023-02-03 12:53:47 +01:00
parent 16626c70ec
commit dd23de304f

View File

@ -542,7 +542,8 @@
;; passing type parameters to the parent. ;; passing type parameters to the parent.
;; ;;
;; NOTE: The type appearing when you type dynamics% in the REPL does ;; 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) (define-type (Dynamics% a)
(Instance (Class (Instance (Class
(init (network (Network a) #:optional) (init (network (Network a) #:optional)