We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e41e45 commit f409cddCopy full SHA for f409cdd
1 file changed
src/ecLlm.ml
@@ -113,7 +113,7 @@ let run ~relocdir ~boot (llmopts : EcOptions.llm_option) =
113
~boot ~checkmode ~checkproof:true;
114
initialized := true;
115
(try
116
- List.iter EcCommands.apply_pragma prvopts.prvo_pragmas
+ List.iter EcCommands.apply_pragma_option prvopts.prvo_pragmas
117
with EcCommands.InvalidPragma x ->
118
EcScope.hierror "invalid pragma: `%s'\n%!" x);
119
EcCommands.addnotifier notifier;
0 commit comments