Is typed racket compilation slow when using prefab structs?
|
|
9
|
299
|
May 2, 2023
|
Pattern matching in TypedRacket that uses types to rule out impossible branches?
|
|
5
|
513
|
February 28, 2023
|
How to write `length` in TypedRacket with inlined types?
|
|
1
|
226
|
February 27, 2023
|
Typed Racket: map list items while remembering individual types?
|
|
3
|
256
|
February 15, 2023
|
(define-type … (Instance X)) breaks when X is a parametric type synonym, since Racket 8.7
|
|
1
|
196
|
February 3, 2023
|
Mutable hash sets in typed Racket
|
|
0
|
217
|
November 11, 2022
|
Getting the type of a (class) expression
|
|
4
|
359
|
September 22, 2022
|
Typed abstract methods / typed interfaces
|
|
7
|
451
|
August 11, 2022
|
Inheritance of parameterized typed classes
|
|
0
|
218
|
August 8, 2022
|
How can I redefine defintions in typed racket top level (repl)
|
|
3
|
473
|
July 16, 2022
|
Is it possible to unsafely assume sub-types in Typed Racket?
|
|
1
|
265
|
July 11, 2022
|
For/first, for*/first, for/and, for*/and, for/last in Typed Racket
|
|
3
|
440
|
July 1, 2022
|
Managing `cast` performance penalty
|
|
26
|
986
|
June 14, 2022
|
Construct monad in `sicp-pict`?
|
|
5
|
564
|
May 21, 2022
|
@deftype and @defpolytype for Scribble
|
|
2
|
325
|
April 29, 2022
|
Can't wrap my head around how to use Polymorphic functions in Typed Racket
|
|
7
|
807
|
April 4, 2022
|
Passing procedures of unknow arity across typed/untyped boundary
|
|
9
|
492
|
April 2, 2022
|
How can i create function that takes an instance and updates it?
|
|
3
|
522
|
March 25, 2022
|
How can i nest an expression to use resulting function only once?
|
|
1
|
471
|
March 13, 2022
|
How can i use (modulo x y) function to create loop
|
|
0
|
330
|
March 12, 2022
|
How can i specify end of big bang
|
|
5
|
294
|
March 11, 2022
|
Replicating the type of `apply`
|
|
3
|
528
|
March 7, 2022
|
How to start contributing to Typed Racket?
|
|
2
|
379
|
February 23, 2022
|
Get to type (apply in-parallel lst)
|
|
5
|
374
|
February 18, 2022
|
Typed Racket interface to the generic graph library
|
|
0
|
244
|
January 10, 2022
|
Type Checker: Inference for polymorphic keyword functions not supported
|
|
6
|
442
|
December 21, 2021
|
Crafting Interpreters in Typed Racket
|
|
0
|
390
|
November 23, 2021
|