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.
Unsafe-Undefined
1 parent 5e0ca06 commit 0183afcCopy full SHA for 0183afc
typed-racket-lib/typed-racket/base-env/base-types.rkt
@@ -93,7 +93,7 @@
93
94
[Void -Void]
95
[Undefined -Undefined] ; initial value of letrec bindings
96
-;; [Unsafe-Undefined -Unsafe-Undefined] ; not clear that it makes sense to export this
+[Unsafe-Undefined -Unsafe-Undefined] ; not clear that it makes sense to export this
97
[Boolean -Boolean]
98
[Symbol -Symbol]
99
[String -String]
0 commit comments