typed-racket icon indicating copy to clipboard operation
typed-racket copied to clipboard

WIP: Redefine for/first and for*/first.

Open scolobb opened this issue 2 years ago • 3 comments

My very drafty approach at updating the typed definition of typed for/first and for*/first.

I don't currently see any reason why Typed Racket would not be able to contain a proper typed implementation of for/first and for*/first. This PR suggests a very crude and potentially broken approach to implementing these two iterations in Typed Racket. I don't think this PR is mergeable in its current state, but perhaps it may grow into better code.

This discussion contains more details.

scolobb avatar Jul 01 '22 23:07 scolobb

This pull request has been mentioned on Racket Discussions. There might be relevant details there:

https://racket.discourse.group/t/for-first-for-first-for-and-for-and-for-last-in-typed-racket/1002/4

you can convert this pr to a draft if you want

capfredf avatar Jul 06 '22 01:07 capfredf

Thank you @capfredf I have just converted this PR to draft.

scolobb avatar Jul 06 '22 07:07 scolobb