Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
8d5bf484
Commit
8d5bf484
authored
3 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[wp] Removed Alt-ergo options
parent
d85fb03f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/wp/wp_parameters.ml
+0
-37
0 additions, 37 deletions
src/plugins/wp/wp_parameters.ml
src/plugins/wp/wp_parameters.mli
+0
-4
0 additions, 4 deletions
src/plugins/wp/wp_parameters.mli
with
0 additions
and
41 deletions
src/plugins/wp/wp_parameters.ml
+
0
−
37
View file @
8d5bf484
...
...
@@ -994,43 +994,6 @@ module Why3Flags =
let
help
=
"Additional options for Why3"
end
)
let
()
=
Parameter_customize
.
set_group
wp_prover_options
module
AltErgo
=
String
(
struct
let
option_name
=
"-wp-alt-ergo"
let
default
=
"alt-ergo"
let
arg_name
=
"<cmd>"
let
help
=
"Command to run alt-ergo (default: 'alt-ergo')"
end
)
let
()
=
Parameter_customize
.
set_group
wp_prover_options
module
AltGrErgo
=
String
(
struct
let
option_name
=
"-wp-altgr-ergo"
let
default
=
"altgr-ergo"
let
arg_name
=
"<cmd>"
let
help
=
"Command to run alt-ergo user interface (default: 'altgr-ergo')"
end
)
let
()
=
Parameter_customize
.
set_group
wp_prover_options
module
AltErgoLibs
=
String_list
(
struct
let
option_name
=
"-wp-alt-ergo-lib"
let
arg_name
=
"*.mlw"
let
help
=
"Additional library file for Alt-Ergo"
end
)
let
()
=
Parameter_customize
.
set_group
wp_prover_options
let
()
=
Parameter_customize
.
no_category
()
module
AltErgoFlags
=
String_list
(
struct
let
option_name
=
"-wp-alt-ergo-opt"
let
arg_name
=
"option,..."
let
help
=
"Additional options for Alt-Ergo"
end
)
(* ------------------------------------------------------------------------ *)
(* --- PO Management --- *)
(* ------------------------------------------------------------------------ *)
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/wp_parameters.mli
+
0
−
4
View file @
8d5bf484
...
...
@@ -137,10 +137,6 @@ module CoqTactic: Parameter_sig.String
module
Hints
:
Parameter_sig
.
Int
module
TryHints
:
Parameter_sig
.
Bool
module
Why3Flags
:
Parameter_sig
.
String_list
module
AltErgo
:
Parameter_sig
.
String
module
AltGrErgo
:
Parameter_sig
.
String
module
AltErgoLibs
:
Parameter_sig
.
String_list
module
AltErgoFlags
:
Parameter_sig
.
String_list
module
Auto
:
Parameter_sig
.
String_list
module
AutoDepth
:
Parameter_sig
.
Int
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment