Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
b0a7cd98
Commit
b0a7cd98
authored
Apr 21, 2010
by
Andrei Paskevich
Browse files
minor
parent
cefa4a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.ml
View file @
b0a7cd98
...
...
@@ -150,12 +150,16 @@ let option_list = Arg.align [
let
()
=
Arg
.
parse
option_list
add_opt_file
usage_msg
;
if
!
opt_list_transforms
then
printf
"@[<hov 2>Registered transformations:@
\n
%a@]@."
if
!
opt_list_transforms
then
begin
printf
"@[<hov 2>Registered
non-splitting
transformations:@
\n
%a@]@
\n
@
."
(
Pp
.
print_list
Pp
.
newline
Pp
.
string
)
(
List
.
sort
String
.
compare
(
Driver
.
list_transforms
()
));
printf
"@[<hov 2>Registered splitting transformations:@
\n
%a@]@
\n
@."
(
Pp
.
print_list
Pp
.
newline
Pp
.
string
)
(
List
.
sort
String
.
compare
(
Driver
.
list_transforms_l
()
));
end
;
if
!
opt_list_printers
then
printf
"@[<hov 2>Registered printers:@
\n
%a@]@."
printf
"@[<hov 2>Registered printers:@
\n
%a@]@
\n
@
."
(
Pp
.
print_list
Pp
.
newline
Pp
.
string
)
(
List
.
sort
String
.
compare
(
Driver
.
list_printers
()
));
if
!
opt_list_provers
then
begin
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment