-
Here are some ideas for using resyntax on Typed Racket code. These are quite superficial and don't depend on any knowledge of the types.
+ Singleton union types: rewrite the type `(U t)` to just `t…
-
I would to connect the generic graph library with Typed Racket code. I started a package here: https://git.marvid.fr/scolobb/typed-graph
Right now I'm trying to add matrix graphs to typed-graph, a…
-
See title. `fxpopcount`, `fxpopcount32` and `fxpopcount16` need a `require/typed` to be usable.
-
Can typed racket print the contracts it generated with `require/typed`? I think I remember Asumu showing me this.
bennn updated
7 years ago
-
@samth reported on Slack that breaking Typed Racket now breaks Racket Mode.
For example "go to the typed-racket/main.rkt and add an extra `(`".
> It breaks it because racket-mode now (transitive…
-
First of all: this is a very nice package! Keep up the good work!
I'd like to use gregor in a project together with typed racket. I was able to write a `(require/typed ...)` interface to some of i…
-
### What version of Racket are you using?
6.6.0.1
### What program did you run?
``` racket
#lang typed/racket
((λ #:∀ (A ...) [rest : A ... A]
(if (pair? rest)
#t
#f))
1)
; => #f
`…
-
### What version of Racket are you using?
`8.10`
### What program did you run?
In normal racket:
```rkt
#lang racket/base
(require racket/generic)
(define-generics testable
(test…
-
Trying install idris2 with racket on Fedora with racket 7.9 (tested on FC38 and FC39, on several desktops, `racket-7.9-1.fc38.x86_64`, `racket-7.9-1.fc39.x86_64`)
Compilation `raco exe idris2_app/i…
-
I tried to use Typed Racket and it runs locally fine for me (Racket 8.14) but tests are failing online, e.g. for https://exercism.org/tracks/racket/exercises/eliuds-eggs I get
```
standard-module-…