@@ -935,7 +935,7 @@ let rec expr env loc = function
letx=U.to_string(Id.valuex)in
warningbr_loc
("The capture variable "^x^
" is declared in the pattern but not used in the body of this branch. It might be a misspelled type or name (if not use _ instead)."));
" is declared in the pattern but not used in the body of this branch. It might be a misspelled or undeclared type or name (if it isn't, use _ instead)."));