Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
a22212ec
Commit
a22212ec
authored
Oct 10, 2018
by
Mário Pereira
Browse files
Preludes from extra drivers are not ignored anymore.
This closes isse
#179
parent
03735a10
Changes
1
Show whitespace changes
Inline
Side-by-side
src/mlw/pdriver.ml
View file @
a22212ec
...
...
@@ -220,7 +220,8 @@ let load_driver env file extra_files =
List
.
iter
(
fun
f
->
let
fe
=
load_file
f
in
List
.
iter
add_theory
fe
.
fe_th_rules
;
List
.
iter
add_module
fe
.
fe_mo_rules
)
List
.
iter
add_module
fe
.
fe_mo_rules
;
List
.
iter
add_global
fe
.
fe_global
)
extra_files
;
{
drv_env
=
env
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment