Skip to content

Commit 8349171

Browse files
committed
improve err msg
1 parent 21490cd commit 8349171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ecUserMessages.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ end = struct
236236
(EcPrinting.pp_list ",@ " pp_match) ids
237237

238238
| FXE_FixRedundant fm ->
239-
msg "this clause is redundant : %a" (pp_fix_match env) fm
239+
msg "this clause is useless: %a" (pp_fix_match env) fm
240240

241241
| FXE_FixDuplicate (previous, current) ->
242242
msg "duplicate clause : %a, already covered by %a"

0 commit comments

Comments
 (0)