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
Flocq
flocq
Commits
f58a2bfd
Commit
f58a2bfd
authored
Sep 27, 2016
by
Guillaume Melquiond
Browse files
New release.
parent
ed0ee3e0
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
f58a2bfd
Version 2.5.2:
- ensured compatibility from Coq 8.4 to 8.6
Version 2.5.1:
- ensured compatibility with both Coq 8.4 and 8.5
...
...
Remakefile.in
View file @
f58a2bfd
...
...
@@ -109,6 +109,7 @@ dist: $(EXTRA_DIST)
for f in $(REMOVE_FROM_DIST) ; do rm -rf $PACK/$f; done
git log --pretty="format:%ad %s" --date=short > $PACK/ChangeLog
cat /dev/null > $PACK/ChangeLog
rm $PACK/.mailmap
rm `find $PACK -name .gitignore`
tar czf $PACK.tar.gz $PACK
rm -rf $PACK
configure.in
View file @
f58a2bfd
AC_INIT([Flocq], [2.5.
1
],
AC_INIT([Flocq], [2.5.
2
],
[Sylvie Boldo <sylvie.boldo@inria.fr>, Guillaume Melquiond <guillaume.melquiond@inria.fr>],
[flocq])
...
...
src/Core/Fcore_ulp.v
View file @
f58a2bfd
...
...
@@ -35,6 +35,7 @@ Variable fexp : Z -> Z.
(
**
Definition
and
basic
properties
about
the
minimal
exponent
,
when
it
exists
*
)
Lemma
Z_le_dec_aux
:
forall
x
y
:
Z
,
(
x
<=
y
)
%
Z
\
/
~
(
x
<=
y
)
%
Z
.
Proof
.
intros
.
destruct
(
Z_le_dec
x
y
).
now
left
.
...
...
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