
dedbox
2018-2-17 17:34:24
Hello, any Typed Racket users around? I’m having trouble understanding how to handle structured data.

dedbox
2018-2-17 17:34:54
Structs seem to be a pain point for the language?

dedbox
2018-2-17 18:04:43
with sum and product types, I guess rolling my own ADTs might be easy enough

dedbox
2018-2-17 18:09:03
Is there an existing alternative to structs in typed Racket with polymorphism and subtyping?

dedbox
2018-2-17 18:09:38
I don’t see anything in pkgs

samth
2018-2-17 21:49:14
@dedbox structs are the intended approach

samth
2018-2-17 21:49:23
What problem are you having?

dedbox
2018-2-18 01:37:35
@samth working on a better question now

joelmccracken
2018-2-18 05:10:50
are there any chatrooms where folks chat about pollen/beautiful racket?