Pattern matching in TypedRacket that uses types to rule out impossible branches?
|
|
5
|
83
|
February 28, 2023
|
How to write `length` in TypedRacket with inlined types?
|
|
1
|
49
|
February 27, 2023
|
Racket version 8.7 is now available
|
|
6
|
339
|
February 16, 2023
|
Typed Racket: map list items while remembering individual types?
|
|
3
|
85
|
February 15, 2023
|
(define-type … (Instance X)) breaks when X is a parametric type synonym, since Racket 8.7
|
|
1
|
53
|
February 3, 2023
|
Mutable hash sets in typed Racket
|
|
0
|
91
|
November 11, 2022
|
Getting the type of a (class) expression
|
|
4
|
141
|
September 22, 2022
|
Typed abstract methods / typed interfaces
|
|
7
|
148
|
August 11, 2022
|
Inheritance of parameterized typed classes
|
|
0
|
86
|
August 8, 2022
|
How can I redefine defintions in typed racket top level (repl)
|
|
3
|
126
|
July 16, 2022
|
Is it possible to unsafely assume sub-types in Typed Racket?
|
|
1
|
118
|
July 11, 2022
|
For/first, for*/first, for/and, for*/and, for/last in Typed Racket
|
|
3
|
219
|
July 1, 2022
|
Managing `cast` performance penalty
|
|
26
|
491
|
June 14, 2022
|
Construct monad in `sicp-pict`?
|
|
5
|
279
|
May 21, 2022
|
@deftype and @defpolytype for Scribble
|
|
2
|
116
|
April 29, 2022
|
Can't wrap my head around how to use Polymorphic functions in Typed Racket
|
|
7
|
352
|
April 4, 2022
|
Passing procedures of unknow arity across typed/untyped boundary
|
|
9
|
220
|
April 2, 2022
|
How can i create function that takes an instance and updates it?
|
|
3
|
226
|
March 25, 2022
|
How can i nest an expression to use resulting function only once?
|
|
1
|
190
|
March 13, 2022
|
How can i use (modulo x y) function to create loop
|
|
0
|
126
|
March 12, 2022
|
How can i specify end of big bang
|
|
5
|
133
|
March 11, 2022
|
Replicating the type of `apply`
|
|
3
|
264
|
March 7, 2022
|
How to start contributing to Typed Racket?
|
|
2
|
195
|
February 23, 2022
|
Get to type (apply in-parallel lst)
|
|
5
|
203
|
February 18, 2022
|
Typed Racket interface to the generic graph library
|
|
0
|
133
|
January 10, 2022
|
Type Checker: Inference for polymorphic keyword functions not supported
|
|
6
|
257
|
December 21, 2021
|
Crafting Interpreters in Typed Racket
|
|
0
|
180
|
November 23, 2021
|