core-typed

Ben Sless 2026-03-12T08:15:46.482509Z

Potential optimization opportunity for core.typed? https://x.com/charliermarsh/status/2031819482331562207

2026-03-12T16:13:34.909679Z

I'm vaguely familiar with BDD's. There's some research on how to apply it to Typed Racket https://pnwamk.github.io/sst-tutorial/#%28part._sec~3abdd-rep%29 I think you need to go whole-hog to set-theoretic types which we're not at.

2026-03-12T16:15:46.659999Z

e.g., for any two types you need to be able to calculate their intersection, and test if it's empty.