Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
126
Issues
126
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
b663374c
Commit
b663374c
authored
Jan 11, 2018
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.88.3
parent
cef795db
Changes
400
Show whitespace changes
Inline
Side-by-side
Showing
400 changed files
with
404 additions
and
401 deletions
+404
-401
CHANGES.md
CHANGES.md
+3
-0
Makefile.in
Makefile.in
+2
-2
Version
Version
+1
-1
configure.in
configure.in
+1
-1
doc/manual.tex
doc/manual.tex
+1
-1
examples/use_api/create_session.ml
examples/use_api/create_session.ml
+1
-1
examples/use_api/logic.ml
examples/use_api/logic.ml
+1
-1
examples/use_api/mlw.ml
examples/use_api/mlw.ml
+1
-1
examples/use_api/mlw_tree.ml
examples/use_api/mlw_tree.ml
+1
-1
lib/coq-tactic/Why3.v
lib/coq-tactic/Why3.v
+1
-1
lib/coq/BuiltIn.v
lib/coq/BuiltIn.v
+1
-1
lib/coq/HighOrd.v
lib/coq/HighOrd.v
+1
-1
lib/coq/bool/Bool.v
lib/coq/bool/Bool.v
+1
-1
lib/coq/bv/BV_Gen.v
lib/coq/bv/BV_Gen.v
+1
-1
lib/coq/bv/Pow2int.v
lib/coq/bv/Pow2int.v
+1
-1
lib/coq/floating_point/Double.v
lib/coq/floating_point/Double.v
+1
-1
lib/coq/floating_point/DoubleFormat.v
lib/coq/floating_point/DoubleFormat.v
+1
-1
lib/coq/floating_point/GenFloat.v
lib/coq/floating_point/GenFloat.v
+1
-1
lib/coq/floating_point/Rounding.v
lib/coq/floating_point/Rounding.v
+1
-1
lib/coq/floating_point/Single.v
lib/coq/floating_point/Single.v
+1
-1
lib/coq/floating_point/SingleFormat.v
lib/coq/floating_point/SingleFormat.v
+1
-1
lib/coq/ieee_float/Float32.v
lib/coq/ieee_float/Float32.v
+1
-1
lib/coq/ieee_float/Float64.v
lib/coq/ieee_float/Float64.v
+1
-1
lib/coq/ieee_float/GenericFloat.v
lib/coq/ieee_float/GenericFloat.v
+1
-1
lib/coq/ieee_float/RoundingMode.v
lib/coq/ieee_float/RoundingMode.v
+1
-1
lib/coq/int/Abs.v
lib/coq/int/Abs.v
+1
-1
lib/coq/int/ComputerDivision.v
lib/coq/int/ComputerDivision.v
+1
-1
lib/coq/int/Div2.v
lib/coq/int/Div2.v
+1
-1
lib/coq/int/EuclideanDivision.v
lib/coq/int/EuclideanDivision.v
+1
-1
lib/coq/int/Exponentiation.v
lib/coq/int/Exponentiation.v
+1
-1
lib/coq/int/Int.v
lib/coq/int/Int.v
+1
-1
lib/coq/int/MinMax.v
lib/coq/int/MinMax.v
+1
-1
lib/coq/int/NumOf.v
lib/coq/int/NumOf.v
+1
-1
lib/coq/int/Power.v
lib/coq/int/Power.v
+1
-1
lib/coq/list/Append.v
lib/coq/list/Append.v
+1
-1
lib/coq/list/Combine.v
lib/coq/list/Combine.v
+1
-1
lib/coq/list/Distinct.v
lib/coq/list/Distinct.v
+1
-1
lib/coq/list/HdTl.v
lib/coq/list/HdTl.v
+1
-1
lib/coq/list/HdTlNoOpt.v
lib/coq/list/HdTlNoOpt.v
+1
-1
lib/coq/list/Length.v
lib/coq/list/Length.v
+1
-1
lib/coq/list/List.v
lib/coq/list/List.v
+1
-1
lib/coq/list/Mem.v
lib/coq/list/Mem.v
+1
-1
lib/coq/list/Nth.v
lib/coq/list/Nth.v
+1
-1
lib/coq/list/NthHdTl.v
lib/coq/list/NthHdTl.v
+1
-1
lib/coq/list/NthLength.v
lib/coq/list/NthLength.v
+1
-1
lib/coq/list/NthLengthAppend.v
lib/coq/list/NthLengthAppend.v
+1
-1
lib/coq/list/NthNoOpt.v
lib/coq/list/NthNoOpt.v
+1
-1
lib/coq/list/NumOcc.v
lib/coq/list/NumOcc.v
+1
-1
lib/coq/list/Permut.v
lib/coq/list/Permut.v
+1
-1
lib/coq/list/RevAppend.v
lib/coq/list/RevAppend.v
+1
-1
lib/coq/list/Reverse.v
lib/coq/list/Reverse.v
+1
-1
lib/coq/map/Const.v
lib/coq/map/Const.v
+1
-1
lib/coq/map/Map.v
lib/coq/map/Map.v
+1
-1
lib/coq/map/MapInjection.v
lib/coq/map/MapInjection.v
+1
-1
lib/coq/map/MapPermut.v
lib/coq/map/MapPermut.v
+1
-1
lib/coq/map/Occ.v
lib/coq/map/Occ.v
+1
-1
lib/coq/number/Coprime.v
lib/coq/number/Coprime.v
+1
-1
lib/coq/number/Divisibility.v
lib/coq/number/Divisibility.v
+1
-1
lib/coq/number/Gcd.v
lib/coq/number/Gcd.v
+1
-1
lib/coq/number/Parity.v
lib/coq/number/Parity.v
+1
-1
lib/coq/number/Prime.v
lib/coq/number/Prime.v
+1
-1
lib/coq/option/Option.v
lib/coq/option/Option.v
+1
-1
lib/coq/real/Abs.v
lib/coq/real/Abs.v
+1
-1
lib/coq/real/ExpLog.v
lib/coq/real/ExpLog.v
+1
-1
lib/coq/real/FromInt.v
lib/coq/real/FromInt.v
+1
-1
lib/coq/real/MinMax.v
lib/coq/real/MinMax.v
+1
-1
lib/coq/real/PowerInt.v
lib/coq/real/PowerInt.v
+1
-1
lib/coq/real/PowerReal.v
lib/coq/real/PowerReal.v
+1
-1
lib/coq/real/Real.v
lib/coq/real/Real.v
+1
-1
lib/coq/real/RealInfix.v
lib/coq/real/RealInfix.v
+1
-1
lib/coq/real/Square.v
lib/coq/real/Square.v
+1
-1
lib/coq/real/Trigonometry.v
lib/coq/real/Trigonometry.v
+1
-1
lib/coq/real/Truncate.v
lib/coq/real/Truncate.v
+1
-1
lib/coq/seq/Seq.v
lib/coq/seq/Seq.v
+1
-1
lib/coq/set/Set.v
lib/coq/set/Set.v
+1
-1
misc/header.txt
misc/header.txt
+1
-1
opam/why3/opam
opam/why3/opam
+1
-1
plugins/parser/dimacs.mll
plugins/parser/dimacs.mll
+1
-1
plugins/parser/genequlin.ml
plugins/parser/genequlin.ml
+1
-1
plugins/python/py_ast.ml
plugins/python/py_ast.ml
+1
-1
plugins/python/py_lexer.mll
plugins/python/py_lexer.mll
+1
-1
plugins/python/py_main.ml
plugins/python/py_main.ml
+1
-1
plugins/python/py_parser.mly
plugins/python/py_parser.mly
+1
-1
plugins/tptp/tptp_ast.ml
plugins/tptp/tptp_ast.ml
+1
-1
plugins/tptp/tptp_lexer.mli
plugins/tptp/tptp_lexer.mli
+1
-1
plugins/tptp/tptp_lexer.mll
plugins/tptp/tptp_lexer.mll
+1
-1
plugins/tptp/tptp_parser.mly
plugins/tptp/tptp_parser.mly
+1
-1
plugins/tptp/tptp_printer.ml
plugins/tptp/tptp_printer.ml
+1
-1
plugins/tptp/tptp_printer.mli
plugins/tptp/tptp_printer.mli
+1
-1
plugins/tptp/tptp_typing.ml
plugins/tptp/tptp_typing.ml
+1
-1
plugins/tptp/tptp_typing.mli
plugins/tptp/tptp_typing.mli
+1
-1
plugins/transform/hypothesis_selection.ml
plugins/transform/hypothesis_selection.ml
+1
-1
src/coq-tactic/why3tac.ml4
src/coq-tactic/why3tac.ml4
+1
-1
src/core/decl.ml
src/core/decl.ml
+1
-1
src/core/decl.mli
src/core/decl.mli
+1
-1
src/core/dterm.ml
src/core/dterm.ml
+1
-1
src/core/dterm.mli
src/core/dterm.mli
+1
-1
src/core/env.ml
src/core/env.ml
+1
-1
src/core/env.mli
src/core/env.mli
+1
-1
src/core/ident.ml
src/core/ident.ml
+1
-1
src/core/ident.mli
src/core/ident.mli
+1
-1
src/core/model_parser.ml
src/core/model_parser.ml
+1
-1
src/core/model_parser.mli
src/core/model_parser.mli
+1
-1
src/core/pattern.ml
src/core/pattern.ml
+1
-1
src/core/pattern.mli
src/core/pattern.mli
+1
-1
src/core/pretty.ml
src/core/pretty.ml
+1
-1
src/core/pretty.mli
src/core/pretty.mli
+1
-1
src/core/printer.ml
src/core/printer.ml
+1
-1
src/core/printer.mli
src/core/printer.mli
+1
-1
src/core/task.ml
src/core/task.ml
+1
-1
src/core/task.mli
src/core/task.mli
+1
-1
src/core/term.ml
src/core/term.ml
+1
-1
src/core/term.mli
src/core/term.mli
+1
-1
src/core/theory.ml
src/core/theory.ml
+1
-1
src/core/theory.mli
src/core/theory.mli
+1
-1
src/core/trans.ml
src/core/trans.ml
+1
-1
src/core/trans.mli
src/core/trans.mli
+1
-1
src/core/ty.ml
src/core/ty.ml
+1
-1
src/core/ty.mli
src/core/ty.mli
+1
-1
src/driver/autodetection.ml
src/driver/autodetection.ml
+1
-1
src/driver/autodetection.mli
src/driver/autodetection.mli
+1
-1
src/driver/call_provers.ml
src/driver/call_provers.ml
+1
-1
src/driver/call_provers.mli
src/driver/call_provers.mli
+1
-1
src/driver/collect_data_model.ml
src/driver/collect_data_model.ml
+1
-1
src/driver/collect_data_model.mli
src/driver/collect_data_model.mli
+1
-1
src/driver/driver.ml
src/driver/driver.ml
+1
-1
src/driver/driver.mli
src/driver/driver.mli
+1
-1
src/driver/driver_ast.ml
src/driver/driver_ast.ml
+1
-1
src/driver/driver_lexer.mli
src/driver/driver_lexer.mli
+1
-1
src/driver/driver_lexer.mll
src/driver/driver_lexer.mll
+1
-1
src/driver/driver_parser.mly
src/driver/driver_parser.mly
+1
-1
src/driver/parse_smtv2_model.ml
src/driver/parse_smtv2_model.ml
+1
-1
src/driver/parse_smtv2_model_lexer.mll
src/driver/parse_smtv2_model_lexer.mll
+1
-1
src/driver/parse_smtv2_model_parser.mly
src/driver/parse_smtv2_model_parser.mly
+1
-1
src/driver/prove_client.ml
src/driver/prove_client.ml
+1
-1
src/driver/prove_client.mli
src/driver/prove_client.mli
+1
-1
src/driver/smt2_model_defs.ml
src/driver/smt2_model_defs.ml
+1
-1
src/driver/smt2_model_defs.mli
src/driver/smt2_model_defs.mli
+1
-1
src/driver/whyconf.ml
src/driver/whyconf.ml
+1
-1
src/driver/whyconf.mli
src/driver/whyconf.mli
+1
-1
src/ide/gconfig.ml
src/ide/gconfig.ml
+2
-2
src/ide/gconfig.mli
src/ide/gconfig.mli
+1
-1
src/ide/gmain.ml
src/ide/gmain.ml
+1
-1
src/ide/resetgc.c
src/ide/resetgc.c
+1
-1
src/jessie/ACSLtoWhy3.ml
src/jessie/ACSLtoWhy3.ml
+1
-1
src/jessie/register.ml
src/jessie/register.ml
+1
-1
src/mlw/dexpr.ml
src/mlw/dexpr.ml
+1
-1
src/mlw/dexpr.mli
src/mlw/dexpr.mli
+1
-1
src/mlw/expr.ml
src/mlw/expr.ml
+1
-1
src/mlw/expr.mli
src/mlw/expr.mli
+1
-1
src/mlw/ity.ml
src/mlw/ity.ml
+1
-1
src/mlw/ity.mli
src/mlw/ity.mli
+1
-1
src/mlw/pdecl.ml
src/mlw/pdecl.ml
+1
-1
src/mlw/pdecl.mli
src/mlw/pdecl.mli
+1
-1
src/mlw/pmodule.ml
src/mlw/pmodule.ml
+1
-1
src/mlw/pmodule.mli
src/mlw/pmodule.mli
+1
-1
src/parser/glob.ml
src/parser/glob.ml
+1
-1
src/parser/glob.mli
src/parser/glob.mli
+1
-1
src/parser/lexer.mli
src/parser/lexer.mli
+1
-1
src/parser/lexer.mll
src/parser/lexer.mll
+1
-1
src/parser/parser.mly
src/parser/parser.mly
+1
-1
src/parser/ptree.ml
src/parser/ptree.ml
+1
-1
src/parser/typing.ml
src/parser/typing.ml
+1
-1
src/parser/typing.mli
src/parser/typing.mli
+1
-1
src/printer/alt_ergo.ml
src/printer/alt_ergo.ml
+1
-1
src/printer/alt_ergo.mli
src/printer/alt_ergo.mli
+1
-1
src/printer/cntexmp_printer.ml
src/printer/cntexmp_printer.ml
+1
-1
src/printer/cntexmp_printer.mli
src/printer/cntexmp_printer.mli
+1
-1
src/printer/coq.ml
src/printer/coq.ml
+1
-1
src/printer/coq.mli
src/printer/coq.mli
+1
-1
src/printer/cvc3.ml
src/printer/cvc3.ml
+1
-1
src/printer/cvc3.mli
src/printer/cvc3.mli
+1
-1
src/printer/gappa.ml
src/printer/gappa.ml
+1
-1
src/printer/gappa.mli
src/printer/gappa.mli
+1
-1
src/printer/isabelle.ml
src/printer/isabelle.ml
+1
-1
src/printer/mathematica.ml
src/printer/mathematica.ml
+1
-1
src/printer/pvs.ml
src/printer/pvs.ml
+1
-1
src/printer/simplify.ml
src/printer/simplify.ml
+1
-1
src/printer/simplify.mli
src/printer/simplify.mli
+1
-1
src/printer/smtv1.ml
src/printer/smtv1.ml
+1
-1
src/printer/smtv1.mli
src/printer/smtv1.mli
+1
-1
src/printer/smtv2.ml
src/printer/smtv2.ml
+1
-1
src/printer/smtv2.mli
src/printer/smtv2.mli
+1
-1
src/printer/why3printer.ml
src/printer/why3printer.ml
+1
-1
src/printer/why3printer.mli
src/printer/why3printer.mli
+1
-1
src/printer/yices.ml
src/printer/yices.ml
+1
-1
src/server/arraylist.c
src/server/arraylist.c
+1
-1
src/server/arraylist.h
src/server/arraylist.h
+1
-1
src/server/cpulimit-unix.c
src/server/cpulimit-unix.c
+1
-1
src/server/cpulimit-win.c
src/server/cpulimit-win.c
+1
-1
src/server/logging.c
src/server/logging.c
+1
-1
src/server/logging.h
src/server/logging.h
+1
-1
src/server/options.c
src/server/options.c
+1
-1
src/server/options.h
src/server/options.h
+1
-1
src/server/queue.c
src/server/queue.c
+1
-1
src/server/queue.h
src/server/queue.h
+1
-1
src/server/readbuf.c
src/server/readbuf.c
+1
-1
src/server/readbuf.h
src/server/readbuf.h
+1
-1
src/server/request.c
src/server/request.c
+1
-1
src/server/request.h
src/server/request.h
+1
-1
src/server/server-unix.c
src/server/server-unix.c
+1
-1
src/server/server-win.c
src/server/server-win.c
+1
-1
src/server/writebuf.c
src/server/writebuf.c
+1
-1
src/server/writebuf.h
src/server/writebuf.h
+1
-1
src/session/compress.mli
src/session/compress.mli
+1
-1
src/session/compress_none.ml
src/session/compress_none.ml
+1
-1
src/session/compress_z.ml
src/session/compress_z.ml
+1
-1
src/session/session.ml
src/session/session.ml
+1
-1
src/session/session.mli
src/session/session.mli
+1
-1
src/session/session_scheduler.ml
src/session/session_scheduler.ml
+1
-1
src/session/session_scheduler.mli
src/session/session_scheduler.mli
+1
-1
src/session/session_tools.ml
src/session/session_tools.ml
+1
-1
src/session/session_tools.mli
src/session/session_tools.mli
+1
-1
src/session/strategy.ml
src/session/strategy.ml
+1
-1
src/session/strategy.mli
src/session/strategy.mli
+1
-1
src/session/strategy_parser.mli
src/session/strategy_parser.mli
+1
-1
src/session/strategy_parser.mll
src/session/strategy_parser.mll
+1
-1
src/session/termcode.ml
src/session/termcode.ml
+1
-1
src/session/termcode.mli
src/session/termcode.mli
+1
-1
src/session/xml.mli
src/session/xml.mli
+1
-1
src/session/xml.mll
src/session/xml.mll
+1
-1
src/tools/main.ml
src/tools/main.ml
+1
-1
src/tools/why3config.ml
src/tools/why3config.ml
+1
-1
src/tools/why3execute.ml
src/tools/why3execute.ml
+1
-1
src/tools/why3extract.ml
src/tools/why3extract.ml
+1
-1
src/tools/why3prove.ml
src/tools/why3prove.ml
+1
-1
src/tools/why3realize.ml
src/tools/why3realize.ml
+1
-1
src/tools/why3replay.ml
src/tools/why3replay.ml
+1
-1
src/tools/why3wc.mll
src/tools/why3wc.mll
+1
-1
src/transform/abstraction.ml
src/transform/abstraction.ml
+1
-1
src/transform/abstraction.mli
src/transform/abstraction.mli
+1
-1
src/transform/add_name_traceability_labels.ml
src/transform/add_name_traceability_labels.ml
+1
-1
src/transform/close_epsilon.ml
src/transform/close_epsilon.ml
+1
-1
src/transform/close_epsilon.mli
src/transform/close_epsilon.mli
+1
-1
src/transform/compute.ml
src/transform/compute.ml
+1
-1
src/transform/compute.mli
src/transform/compute.mli
+1
-1
src/transform/detect_polymorphism.ml
src/transform/detect_polymorphism.ml
+1
-1
src/transform/detect_polymorphism.mli
src/transform/detect_polymorphism.mli
+1
-1
src/transform/discriminate.ml
src/transform/discriminate.ml
+1
-1
src/transform/discriminate.mli
src/transform/discriminate.mli
+1
-1
src/transform/eliminate_algebraic.ml
src/transform/eliminate_algebraic.ml
+1
-1
src/transform/eliminate_algebraic.mli
src/transform/eliminate_algebraic.mli
+1
-1
src/transform/eliminate_definition.ml
src/transform/eliminate_definition.ml
+1
-1
src/transform/eliminate_definition.mli
src/transform/eliminate_definition.mli
+1
-1
src/transform/eliminate_epsilon.ml
src/transform/eliminate_epsilon.ml
+1
-1
src/transform/eliminate_epsilon.mli
src/transform/eliminate_epsilon.mli
+1
-1
src/transform/eliminate_if.ml
src/transform/eliminate_if.ml
+1
-1
src/transform/eliminate_if.mli
src/transform/eliminate_if.mli
+1
-1
src/transform/eliminate_inductive.ml
src/transform/eliminate_inductive.ml
+1
-1
src/transform/eliminate_inductive.mli
src/transform/eliminate_inductive.mli
+1
-1
src/transform/eliminate_let.ml
src/transform/eliminate_let.ml
+1
-1
src/transform/eliminate_let.mli
src/transform/eliminate_let.mli
+1
-1
src/transform/eliminate_literal.ml
src/transform/eliminate_literal.ml
+1
-1
src/transform/eliminate_literal.mli
src/transform/eliminate_literal.mli
+1
-1
src/transform/encoding.ml
src/transform/encoding.ml
+1
-1
src/transform/encoding.mli
src/transform/encoding.mli
+1
-1
src/transform/encoding_guards.ml
src/transform/encoding_guards.ml
+1
-1
src/transform/encoding_guards.mli
src/transform/encoding_guards.mli
+1
-1
src/transform/encoding_guards_full.ml
src/transform/encoding_guards_full.ml
+1
-1
src/transform/encoding_guards_full.mli
src/transform/encoding_guards_full.mli
+1
-1
src/transform/encoding_select.ml
src/transform/encoding_select.ml
+1
-1
src/transform/encoding_select.mli
src/transform/encoding_select.mli
+1
-1
src/transform/encoding_sort.ml
src/transform/encoding_sort.ml
+1
-1
src/transform/encoding_sort.mli
src/transform/encoding_sort.mli
+1
-1
src/transform/encoding_tags.ml
src/transform/encoding_tags.ml
+1
-1
src/transform/encoding_tags.mli
src/transform/encoding_tags.mli
+1
-1
src/transform/encoding_tags_full.ml
src/transform/encoding_tags_full.ml
+1
-1
src/transform/encoding_tags_full.mli
src/transform/encoding_tags_full.mli
+1
-1
src/transform/encoding_twin.ml
src/transform/encoding_twin.ml
+1
-1
src/transform/encoding_twin.mli
src/transform/encoding_twin.mli
+1
-1
src/transform/eval_match.ml
src/transform/eval_match.ml
+1
-1
src/transform/eval_match.mli
src/transform/eval_match.mli
+1
-1
src/transform/filter_trigger.ml
src/transform/filter_trigger.ml
+1
-1
src/transform/filter_trigger.mli
src/transform/filter_trigger.mli
+1
-1
src/transform/induction.ml
src/transform/induction.ml
+1
-1
src/transform/induction.mli
src/transform/induction.mli
+1
-1
src/transform/induction_pr.ml
src/transform/induction_pr.ml
+1
-1
src/transform/induction_pr.mli
src/transform/induction_pr.mli
+1
-1
src/transform/inlining.ml
src/transform/inlining.ml
+1
-1
src/transform/inlining.mli
src/transform/inlining.mli
+1
-1
src/transform/instantiate_predicate.ml
src/transform/instantiate_predicate.ml
+1
-1
src/transform/instantiate_predicate.mli
src/transform/instantiate_predicate.mli
+1
-1
src/transform/intro_projections_counterexmp.ml
src/transform/intro_projections_counterexmp.ml
+1
-1
src/transform/intro_projections_counterexmp.mli
src/transform/intro_projections_counterexmp.mli
+1
-1
src/transform/intro_vc_vars_counterexmp.ml
src/transform/intro_vc_vars_counterexmp.ml
+1
-1
src/transform/intro_vc_vars_counterexmp.mli
src/transform/intro_vc_vars_counterexmp.mli
+1
-1
src/transform/introduction.ml
src/transform/introduction.ml
+1
-1
src/transform/introduction.mli
src/transform/introduction.mli
+1
-1
src/transform/libencoding.ml
src/transform/libencoding.ml
+1
-1
src/transform/libencoding.mli
src/transform/libencoding.mli
+1
-1
src/transform/lift_epsilon.ml
src/transform/lift_epsilon.ml
+1
-1
src/transform/lift_epsilon.mli
src/transform/lift_epsilon.mli
+1
-1
src/transform/prepare_for_counterexmp.ml
src/transform/prepare_for_counterexmp.ml
+1
-1
src/transform/prepare_for_counterexmp.mli
src/transform/prepare_for_counterexmp.mli
+1
-1
src/transform/prop_curry.ml
src/transform/prop_curry.ml
+1
-1
src/transform/reduction_engine.ml
src/transform/reduction_engine.ml
+1
-1
src/transform/reduction_engine.mli
src/transform/reduction_engine.mli
+1
-1
src/transform/simplify_array.ml
src/transform/simplify_array.ml
+1
-1
src/transform/simplify_array.mli
src/transform/simplify_array.mli
+1
-1
src/transform/simplify_formula.ml
src/transform/simplify_formula.ml
+1
-1
src/transform/simplify_formula.mli
src/transform/simplify_formula.mli
+1
-1
src/transform/smoke_detector.ml
src/transform/smoke_detector.ml
+1
-1
src/transform/smoke_detector.mli
src/transform/smoke_detector.mli
+1
-1
src/transform/split_goal.ml
src/transform/split_goal.ml
+1
-1
src/transform/split_goal.mli
src/transform/split_goal.mli
+1
-1
src/trywhy3/alt_ergo_worker.ml
src/trywhy3/alt_ergo_worker.ml
+1
-1
src/trywhy3/trywhy3.ml
src/trywhy3/trywhy3.ml
+1
-1
src/trywhy3/why3_worker.ml
src/trywhy3/why3_worker.ml
+1
-1
src/trywhy3/worker_proto.ml
src/trywhy3/worker_proto.ml
+1
-1
src/util/bigInt.ml
src/util/bigInt.ml
+1
-1
src/util/bigInt.mli
src/util/bigInt.mli
+1
-1
src/util/cmdline.ml
src/util/cmdline.ml
+1
-1
src/util/cmdline.mli
src/util/cmdline.mli
+1
-1
src/util/debug.ml
src/util/debug.ml
+1
-1
src/util/debug.mli
src/util/debug.mli
+1
-1
src/util/exn_printer.ml
src/util/exn_printer.ml
+1
-1
src/util/exn_printer.mli
src/util/exn_printer.mli
+1
-1
src/util/exthtbl.ml
src/util/exthtbl.ml
+1
-1
src/util/exthtbl.mli
src/util/exthtbl.mli
+1
-1
src/util/extset.ml
src/util/extset.ml
+1
-1
src/util/extset.mli
src/util/extset.mli
+1
-1
src/util/hashcons.ml
src/util/hashcons.ml
+1
-1
src/util/hashcons.mli
src/util/hashcons.mli
+1
-1
src/util/json.ml
src/util/json.ml
+1
-1
src/util/json.mli
src/util/json.mli
+1
-1
src/util/lexlib.mli
src/util/lexlib.mli
+1
-1
src/util/lexlib.mll
src/util/lexlib.mll
+1
-1
src/util/lists.ml
src/util/lists.ml
+1
-1
src/util/lists.mli
src/util/lists.mli
+1
-1
src/util/loc.ml
src/util/loc.ml
+1
-1
src/util/loc.mli
src/util/loc.mli
+1
-1
src/util/number.ml
src/util/number.ml
+1
-1
src/util/number.mli
src/util/number.mli
+1
-1
src/util/opt.ml
src/util/opt.ml
+1
-1
src/util/opt.mli
src/util/opt.mli
+1
-1
src/util/plugin.ml
src/util/plugin.ml
+1
-1
src/util/plugin.mli
src/util/plugin.mli
+1
-1
src/util/pp.ml
src/util/pp.ml
+1
-1
src/util/pp.mli
src/util/pp.mli
+1
-1
src/util/pqueue.ml
src/util/pqueue.ml
+1
-1
src/util/pqueue.mli
src/util/pqueue.mli
+1
-1
src/util/print_tree.ml
src/util/print_tree.ml
+1
-1
src/util/print_tree.mli
src/util/print_tree.mli
+1
-1
src/util/rc.mli
src/util/rc.mli
+1
-1
src/util/rc.mll
src/util/rc.mll
+1
-1
src/util/stdlib.ml
src/util/stdlib.ml
+1
-1
src/util/stdlib.mli
src/util/stdlib.mli
+1
-1
src/util/strings.ml
src/util/strings.ml
+1
-1
src/util/strings.mli
src/util/strings.mli
+1
-1
src/util/sysutil.ml
src/util/sysutil.ml
+1
-1
src/util/sysutil.mli
src/util/sysutil.mli
+1
-1
src/util/util.ml
src/util/util.ml
+1
-1
src/util/util.mli
src/util/util.mli
+1
-1
src/util/warning.ml
src/util/warning.ml
+1
-1
src/util/warning.mli
src/util/warning.mli
+1
-1
src/util/weakhtbl.ml
src/util/weakhtbl.ml
+1
-1
src/util/weakhtbl.mli
src/util/weakhtbl.mli
+1
-1
src/why3doc/doc_def.ml
src/why3doc/doc_def.ml
+1
-1
src/why3doc/doc_def.mli
src/why3doc/doc_def.mli
+1
-1
src/why3doc/doc_html.ml
src/why3doc/doc_html.ml
+1
-1
src/why3doc/doc_html.mli
src/why3doc/doc_html.mli
+1
-1
src/why3doc/doc_lexer.mll
src/why3doc/doc_lexer.mll
+1
-1
src/why3doc/doc_main.ml
src/why3doc/doc_main.ml
+1
-1
src/why3session/why3session_copy.ml
src/why3session/why3session_copy.ml
+1
-1
src/why3session/why3session_csv.ml
src/why3session/why3session_csv.ml
+1
-1
src/why3session/why3session_html.ml
src/why3session/why3session_html.ml
+1
-1
src/why3session/why3session_info.ml
src/why3session/why3session_info.ml
+1
-1
src/why3session/why3session_latex.ml
src/why3session/why3session_latex.ml
+1
-1
src/why3session/why3session_lib.ml
src/why3session/why3session_lib.ml
+1
-1
src/why3session/why3session_lib.mli
src/why3session/why3session_lib.mli
+1
-1
src/why3session/why3session_main.ml
src/why3session/why3session_main.ml
+1
-1
src/why3session/why3session_output.ml
src/why3session/why3session_output.ml
+1
-1
src/why3session/why3session_rm.ml
src/why3session/why3session_rm.ml
+1
-1
src/why3session/why3session_run.ml
src/why3session/why3session_run.ml
+1
-1
src/whyml/mlw_decl.ml
src/whyml/mlw_decl.ml
+1
-1
src/whyml/mlw_decl.mli
src/whyml/mlw_decl.mli
+1
-1
src/whyml/mlw_dexpr.ml
src/whyml/mlw_dexpr.ml
+1
-1
src/whyml/mlw_dexpr.mli
src/whyml/mlw_dexpr.mli
+1
-1
src/whyml/mlw_driver.ml
src/whyml/mlw_driver.ml
+1
-1
src/whyml/mlw_driver.mli
src/whyml/mlw_driver.mli
+1
-1
src/whyml/mlw_exec.ml
src/whyml/mlw_exec.ml
+1
-1
src/whyml/mlw_exec.mli
src/whyml/mlw_exec.mli
+1
-1
src/whyml/mlw_expr.ml
src/whyml/mlw_expr.ml
+1
-1
src/whyml/mlw_expr.mli
src/whyml/mlw_expr.mli
+1
-1
src/whyml/mlw_interp.ml
src/whyml/mlw_interp.ml
+1
-1
src/whyml/mlw_interp.mli
src/whyml/mlw_interp.mli
+1
-1
src/whyml/mlw_main.ml
src/whyml/mlw_main.ml
+1
-1
src/whyml/mlw_main.mli
src/whyml/mlw_main.mli
+1
-1
src/whyml/mlw_module.ml
src/whyml/mlw_module.ml
+1
-1
src/whyml/mlw_module.mli
src/whyml/mlw_module.mli
+1
-1
src/whyml/mlw_ocaml.ml
src/whyml/mlw_ocaml.ml
+1
-1
src/whyml/mlw_ocaml.mli
src/whyml/mlw_ocaml.mli
+1
-1
src/whyml/mlw_pretty.ml
src/whyml/mlw_pretty.ml
+1
-1
src/whyml/mlw_pretty.mli
src/whyml/mlw_pretty.mli
+1
-1
src/whyml/mlw_ty.ml
src/whyml/mlw_ty.ml
+1
-1
src/whyml/mlw_ty.mli
src/whyml/mlw_ty.mli
+1
-1
src/whyml/mlw_typing.ml
src/whyml/mlw_typing.ml
+1
-1
src/whyml/mlw_typing.mli
src/whyml/mlw_typing.mli
+1
-1
src/whyml/mlw_wp.ml
src/whyml/mlw_wp.ml
+1
-1
src/whyml/mlw_wp.mli
src/whyml/mlw_wp.mli
+1
-1
No files found.
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 -- INRIA
- CNRS - Paris-Sud University #
# Copyright 2010-201
8 -- Inria
- 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 -- INRIA
- CNRS - Paris-Sud University #
# Copyright 2010-201
8 -- Inria
- 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 2017
Version
\whyversion
{}
,
January 2018
%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 -- INRIA
- CNRS - Paris-Sud University *)
(* Copyright 2010-201
8 -- Inria
- 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 -- INRIA
- CNRS - Paris-Sud University *)
(* Copyright 2010-201
8 -- Inria
- 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 -- INRIA
- CNRS - Paris-Sud University *)
(* Copyright 2010-201
8 -- Inria
- 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 -- INRIA
- CNRS - Paris-Sud University *)
(* Copyright 2010-201
8 -- Inria
- 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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/SingleFormat.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/ieee_float/Float32.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/ieee_float/Float64.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/ieee_float/GenericFloat.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/ieee_float/RoundingMode.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/Abs.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/ComputerDivision.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/Div2.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/EuclideanDivision.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/Exponentiation.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/Int.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/MinMax.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/NumOf.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/int/Power.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/Append.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/Combine.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/Distinct.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/HdTl.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/HdTlNoOpt.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/Length.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/List.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/Mem.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/Nth.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/NthHdTl.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/NthLength.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
Copyright
2010
-
201
8
--
Inria
-
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/list/NthLengthAppend.v
View file @
b663374c
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
201
7
--