We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f285d commit cffdb82Copy full SHA for cffdb82
1 file changed
src/framework/control.ml
@@ -30,7 +30,7 @@ let spec_module: (module Spec) Lazy.t = lazy (
30
if arg_enabled then
31
M.warn_noloc "Hashconsing (ana.opt.hashcons) is disabled, but is implicitly enabled because ARG is enabled (exp.arg.enabled)";
32
if apron_enabled then
33
- M.warn_noloc "Hashconsing (ana.opt.hashcons) is disabled, but may be required for Apron domain (ana.activated includes 'apron')"
+ M.warn_noloc "Hashconsing (ana.opt.hashcons) is disabled, but may be required for Apron domain (ana.activated includes 'apron')";
34
);
35
36
(* apply functor F on module X if opt is true *)
0 commit comments