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
ac14a2af
Commit
ac14a2af
authored
Oct 18, 2012
by
MARCHE Claude
Browse files
added two new ops in settheory, updated realizations.
parent
95a485de
Changes
36
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
ac14a2af
...
...
@@ -932,12 +932,24 @@ depend: $(COQVD)
clean
::
rm
-f
$(COQVO)
$(COQVD)
$(
addsuffix
.glob,
$(COQLIBS_FILES)
)
update-coq
:
bin/why3 drivers/coq-realizations.aux
update-coq
:
update-coq-int update-coq-real update-coq-number update-coq-set update-coq-settheory update-coq-fp
update-coq-int
:
bin/why3 drivers/coq-realizations.aux theories/int.why
for
f
in
$(COQLIBS_INT_ALL_FILES)
;
do
WHY3CONFIG
=
""
bin/why3.@OCAMLBEST@
--realize
-L
theories
-D
drivers/coq-realize.drv
-T
int.
$$
f
-o
lib/coq/int/
;
done
update-coq-real
:
bin/why3 drivers/coq-realizations.aux theories/real.why
for
f
in
$(COQLIBS_REAL_FILES)
;
do
WHY3CONFIG
=
""
bin/why3.@OCAMLBEST@
--realize
-L
theories
-D
drivers/coq-realize.drv
-T
real.
$$
f
-o
lib/coq/real/
;
done
update-coq-number
:
bin/why3 drivers/coq-realizations.aux theories/number.why
for
f
in
$(COQLIBS_NUMBER_FILES)
;
do
WHY3CONFIG
=
""
bin/why3.@OCAMLBEST@
--realize
-L
theories
-D
drivers/coq-realize.drv
-T
number.
$$
f
-o
lib/coq/number/
;
done
update-coq-set
:
bin/why3 drivers/coq-realizations.aux theories/set.why
for
f
in
$(COQLIBS_SET_FILES)
;
do
WHY3CONFIG
=
""
bin/why3.@OCAMLBEST@
--realize
-L
theories
-D
drivers/coq-realize.drv
-T
set.
$$
f
-o
lib/coq/set/
;
done
update-coq-settheory
:
bin/why3 drivers/coq-realizations.aux theories/settheory.why
for
f
in
$(COQLIBS_SETTHEORY_FILES)
;
do
WHY3CONFIG
=
""
bin/why3.@OCAMLBEST@
--realize
-L
theories
-D
drivers/coq-realize.drv
-T
settheory.
$$
f
-o
lib/coq/settheory/
;
done
update-coq-fp
:
bin/why3 drivers/coq-realizations.aux theories/floating_point.why
for
f
in
$(COQLIBS_FP_FILES)
;
do
WHY3CONFIG
=
""
bin/why3.@OCAMLBEST@
--realize
-L
theories
-D
drivers/coq-realize.drv
-T
floating_point.
$$
f
-o
lib/coq/floating_point/
;
done
else
...
...
lib/coq/floating_point/Double.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
Import
Rbasic_fun
.
...
...
lib/coq/floating_point/DoubleFormat.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/floating_point/Rounding.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/floating_point/Single.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
Import
Rbasic_fun
.
...
...
lib/coq/floating_point/SingleFormat.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/int/Abs.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/int/ComputerDivision.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
Import
ZOdiv
.
...
...
lib/coq/int/Div2.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/int/EuclideanDivision.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/int/Exponentiation.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/int/Int.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/int/MinMax.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/int/Power.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/number/Divisibility.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
Import
ZOdiv
.
...
...
lib/coq/number/Gcd.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
Import
ZOdiv
.
...
...
lib/coq/number/Parity.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
BuiltIn
.
...
...
lib/coq/number/Prime.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
Import
ZOdiv
.
...
...
lib/coq/real/Abs.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
Import
Rbasic_fun
.
...
...
lib/coq/real/ExpLog.v
View file @
ac14a2af
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
Require
Import
Rtrigo_def
.
...
...
Prev
1
2
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