We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf4d27 commit 9b1b8aaCopy full SHA for 9b1b8aa
typed-racket-lib/typed-racket/base-env/base-env.rkt
@@ -1298,8 +1298,8 @@
1298
;; Section 4.21 (TreeLists)
1299
1300
[treelist (-poly (a) (->* (list) a (-treelist a)))]
1301
-[treelist-empty? (-> (-treelist Univ) B : (-treelist (Un)))]
1302
-[treelist-length (-> (-treelist Univ) -Index)]
+[treelist-empty? (-poly (a) (-> (-treelist a) B))]
+[treelist-length (-poly (a) (-> (-treelist a) -Index))]
1303
[treelist-member?
1304
(-poly (a)
1305
(cl->* ((-treelist a) a . -> . Univ)
0 commit comments