Skip to content

Commit

Permalink
Modify the warning for the fpa prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Aug 21, 2023
1 parent c4fec2a commit 821f61b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bin/common/parse_command.ml
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,9 @@ let parse_execution_opt =
else if Compat.String.starts_with ~prefix:"fpa-theory" p then
Printer.print_wrn ~header:true
"@[Support for the FPA theory has been integrated as a builtin \
theory prelude in version 2.5.0 and is enabled by default. \
This option is no longer needed, and the '%s'@ prelude will \
theory prelude in version 2.5.0. Please use \
`--enable-theories fpa` to enable it. \
This option and the '%s'@ prelude will \
be removed in a later version.@]" p
end;

Expand Down

0 comments on commit 821f61b

Please sign in to comment.