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
b663374c
Commit
b663374c
authored
Jan 11, 2018
by
Guillaume Melquiond
Browse files
Version 0.88.3
parent
cef795db
Changes
400
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
b663374c
:x: marks a potential source of incompatibility
Version 0.88.3, January 11, 2018
--------------------------------
Provers
*
support for Alt-Ergo 2.0.0 (released Nov 14, 2017)
*
support for Coq 8.7.1 (released Dec 16, 2017)
...
...
Makefile.in
View file @
b663374c
####################################################################
# #
# The Why3 Verification Platform / The Why3 Development Team #
# Copyright 2010-201
7
-- I
NRIA
- CNRS - Paris-Sud University #
# Copyright 2010-201
8
-- I
nria
- CNRS - Paris-Sud University #
# #
# This software is distributed under the terms of the GNU Lesser #
# General Public License version 2.1, with the special exception #
...
...
@@ -292,7 +292,7 @@ clean_old_install::
clean_old_install-lib
::
if
test
-d
$(OCAMLINSTALLLIB)
-a
-w
$(OCAMLINSTALLLIB)
;
then
\
rm
-f
$(OCAMLINSTALLLIB)
/why3
;
\
rm
-
r
f
$(OCAMLINSTALLLIB)
/why3
;
\
fi
install_no_local
::
...
...
Version
View file @
b663374c
# Why version
VERSION=0.88.
2
VERSION=0.88.
3
configure.in
View file @
b663374c
####################################################################
# #
# The Why3 Verification Platform / The Why3 Development Team #
# Copyright 2010-201
7
-- I
NRIA
- CNRS - Paris-Sud University #
# Copyright 2010-201
8
-- I
nria
- CNRS - Paris-Sud University #
# #
# This software is distributed under the terms of the GNU Lesser #
# General Public License version 2.1, with the special exception #
...
...
doc/manual.tex
View file @
b663374c
...
...
@@ -108,7 +108,7 @@
%BEGIN LATEX
\begin{LARGE}
%END LATEX
Version
\whyversion
{}
,
December
201
7
Version
\whyversion
{}
,
January
201
8
%BEGIN LATEX
\end{LARGE}
%END LATEX
...
...
examples/use_api/create_session.ml
View file @
b663374c
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
7
-- I
NRIA
- CNRS - Paris-Sud University *)
(* Copyright 2010-201
8
-- I
nria
- CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
examples/use_api/logic.ml
View file @
b663374c
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
7
-- I
NRIA
- CNRS - Paris-Sud University *)
(* Copyright 2010-201
8
-- I
nria
- CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
examples/use_api/mlw.ml
View file @
b663374c
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
7
-- I
NRIA
- CNRS - Paris-Sud University *)
(* Copyright 2010-201
8
-- I
nria
- CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
examples/use_api/mlw_tree.ml
View file @
b663374c
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
7
-- I
NRIA
- CNRS - Paris-Sud University *)
(* Copyright 2010-201
8
-- I
nria
- CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
...
...
lib/coq-tactic/Why3.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/BuiltIn.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/HighOrd.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/bool/Bool.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/bv/BV_Gen.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/bv/Pow2int.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/floating_point/Double.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/floating_point/DoubleFormat.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/floating_point/GenFloat.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/floating_point/Rounding.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
lib/coq/floating_point/Single.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
I
NRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
I
nria
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
...
...
Prev
1
2
3
4
5
…
20
Next
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