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
7912b6f5
Commit
7912b6f5
authored
5 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[wp] fix headers & lint
parent
1638067e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/wp/ProverDetect.None.ml
+2
-1
2 additions, 1 deletion
src/plugins/wp/ProverDetect.None.ml
src/plugins/wp/ProverDetect.Why3.ml
+3
-2
3 additions, 2 deletions
src/plugins/wp/ProverDetect.Why3.ml
with
5 additions
and
3 deletions
src/plugins/wp/ProverDetect.None.ml
+
2
−
1
View file @
7912b6f5
#
1
"src/plugins/wp/ProverDetect.None.ml"
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* This file is part of WP plug-in of Frama-C. *)
(* This file is part of WP plug-in of Frama-C. *)
...
@@ -21,6 +20,8 @@
...
@@ -21,6 +20,8 @@
(* *)
(* *)
(**************************************************************************)
(**************************************************************************)
#
23
"src/plugins/wp/ProverDetect.None.ml"
(* -------------------------------------------------------------------------- *)
(* -------------------------------------------------------------------------- *)
(* --- Prover Detection (no why3) --- *)
(* --- Prover Detection (no why3) --- *)
(* -------------------------------------------------------------------------- *)
(* -------------------------------------------------------------------------- *)
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/ProverDetect.Why3.ml
+
3
−
2
View file @
7912b6f5
#
1
"src/plugins/wp/ProverDetect.Why3.ml"
(**************************************************************************)
(**************************************************************************)
(* *)
(* *)
(* This file is part of WP plug-in of Frama-C. *)
(* This file is part of WP plug-in of Frama-C. *)
...
@@ -21,6 +20,8 @@
...
@@ -21,6 +20,8 @@
(* *)
(* *)
(**************************************************************************)
(**************************************************************************)
#
23
"src/plugins/wp/ProverDetect.Why3.ml"
(* -------------------------------------------------------------------------- *)
(* -------------------------------------------------------------------------- *)
(* --- Why3 Prover Detection --- *)
(* --- Why3 Prover Detection --- *)
(* -------------------------------------------------------------------------- *)
(* -------------------------------------------------------------------------- *)
...
@@ -53,7 +54,7 @@ let detect () =
...
@@ -53,7 +54,7 @@ let detect () =
dp_version
=
dp
.
prover_version
;
dp_version
=
dp
.
prover_version
;
dp_altern
=
dp
.
prover_altern
;
dp_altern
=
dp
.
prover_altern
;
dp_shortcuts
=
List
.
rev
keys
;
dp_shortcuts
=
List
.
rev
keys
;
}
::
dps
}
::
dps
)
!
index
[]
)
!
index
[]
in
List
.
rev
dps
in
List
.
rev
dps
...
...
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