aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/patmat-adt.check
blob: 4adcdc49cd2f001a01814e5804c00a78d3c1f738 (plain) (tree)
1
2
3
4
5




                                                                
7: Pattern Match Exhaustivity: Bad(Good(_)), Good(Bad(_))
19: Pattern Match Exhaustivity: Some(_)
24: Pattern Match Exhaustivity: (None, Some(_)), (_, Some(_))
29: Pattern Match Exhaustivity: (None, None), (Some(_), Some(_))
50: Pattern Match Exhaustivity: LetL(BooleanLit), LetL(IntLit)