You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Racket Users
Hi Racketeers,
Is there any way to have Racket code using `define-generics` interact with typed Racket code? (I think the answer is "no", but I thought I'd check for sure).
Thanks,
Stu
Sam Tobin-Hochstadt
unread,
Feb 2, 2021, 11:13:37 AM2/2/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Stuart Hungerford, Racket Users
Unfortunately this isn't supported yet. Right now, you can use struct
type properties directly to build your own generics, but you can't use
the generics library.