Open stylewarning opened 6 years ago
This should error:
(adt:defdata ty (a t) b) (adt:match ty x ((a _) nil) ((b _) nil))
Is the error in (b _)?
(b _)
That's correct.
This should error: