summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w04.compilers.reference
blob: 1c6cc55ce6b43d67814dca2189159687d9e64358 (plain)
1
2
3
4
5
6
File "w04.ml", lines 21-23, characters 10-8:
21 | ..........match x with
22 | | A -> 0
23 | | _ -> 1
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type t.