josefs / Gradualizer

A Gradual type system for Erlang
MIT License
612 stars 35 forks source link

Add known problem: not checking for unreachable clauses with intersections #539

Closed xxdavid closed 1 year ago

xxdavid commented 1 year ago

When using intersection types, apparently no reachability checking happens.

erszcz commented 1 year ago

Indeed, good catch 👍