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 f5128a5 commit b6b0376Copy full SHA for b6b0376
typed-racket-lib/typed-racket/base-env/base-special-env.rkt
@@ -72,6 +72,10 @@
72
(->opt -SingleFlonum -Real [-SingleFlonum] (-lst -SingleFlonum))
73
(->opt -InexactReal -Real [-InexactReal] (-lst -InexactReal))
74
(->opt -Real -Real [-Real] (-lst -Real)))]
75
+ ;; unsafe-normalise-inputs
76
+ [(make-template-identifier 'unsafe-normalise-inputs 'racket/private/for)
77
+ (-poly (a)
78
+ (-> (-> a -Nat) a -Nat (Un (-val #f) -Nat) -Nat (-values (list a -Index -Index -Index))))]
79
;; normalise-inputs
80
[(make-template-identifier 'normalise-inputs 'racket/private/for)
81
(-poly (a)
0 commit comments