Skip to content
Snippets Groups Projects
Commit 8d5bf484 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] Removed Alt-ergo options

parent d85fb03f
No related branches found
No related tags found
No related merge requests found
......@@ -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 --- *)
(* ------------------------------------------------------------------------ *)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment