Skip to content
Snippets Groups Projects
Commit 4a2e8eec authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix bug with passes filtering too many cases:

((), Nil()) passes {
  case () => Cons(0, Nil())
}

was true(!) because Nil </: Cons and Cons </: Nil which caused the case
to filtered out silently.
parent 4a25637d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment