- 03 Dec, 2018 1 commit
-
-
DAILLER Sylvain authored
-
- 15 Jun, 2018 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
For the previous behaviour (no import), write "use/clone T as T". This shortens the most used "use/clone import" to simply "use/clone".
-
- 14 Jun, 2018 2 commits
-
-
Andrei Paskevich authored
Clone "with axiom ." or "with goal ." to change the default ("with lemma ." is also accepted, just in case).
-
Jean-Christophe Filliatre authored
-
- 01 Jun, 2018 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 30 Apr, 2018 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 12 Jan, 2018 1 commit
-
-
Guillaume Melquiond authored
-
- 22 Dec, 2017 1 commit
-
-
Andrei Paskevich authored
-
- 15 Dec, 2017 2 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 08 Dec, 2017 1 commit
-
-
MARCHE Claude authored
-
- 01 Dec, 2017 1 commit
-
-
MARCHE Claude authored
fix obsolete sessions
-
- 19 Jul, 2017 1 commit
-
-
Mário Pereira authored
-
- 02 Jun, 2017 1 commit
-
-
MARCHE Claude authored
-
- 22 May, 2017 1 commit
-
-
MARCHE Claude authored
The underlying Monoid does not need to be commutative, and is indeed not in example fibonacci.mlw
-
- 23 Feb, 2017 1 commit
-
-
Mário Pereira authored
Support for recursive extraction and qualified names
-
- 11 Mar, 2016 1 commit
-
-
MARCHE Claude authored
-
- 09 Mar, 2016 1 commit
-
-
MARCHE Claude authored
-
- 07 Mar, 2016 1 commit
-
-
MARCHE Claude authored
for div and mod since we need to check division by zero
-
- 22 Feb, 2016 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 02 Feb, 2016 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 20 Aug, 2015 3 commits
-
-
Andrei Paskevich authored
0. define Map.map 'a 'b as an alias 'a -> 'b 1. define Set.set as an alias for 'a -> bool 2. rename HighOrd.func to (->) 3. remove HighOrd.pred 4. update drivers
-
Jean-Christophe Filliatre authored
-
Andrei Paskevich authored
except for modules/impset.mlw (because of Fset) and modules/mach/* (because of program cloning), the standard library now typechecks. This is still very much the work in progress. Many functions and predicates have still to be converted to "let function" and "let predicate". Here are some TODOs: - do not require the return type for "val predicate", "val lemma", etc. - do not require explicit variant for "let rec" if the code passes the termination check in Decl (see list.why) - what should become "val ghost function" and what should stay just "function" (see array.mlw, matrix.mlw, string.mlw, etc)? - some defined functions in algebra.why and relations.why had to be removed, so that they can be implemented with "let function" in int.mlw (since they are defined, they cannot be instantiated with let-functions). This seems too restrictive. One way out would be to authorise instantiation of defined functions (with a VC). - should we keep the keyword "model"? reuse of "abstract" in types breaks syntax coloring ("abstract" requires closing "end" in programs but not in types; maybe we can drop that "end" again?).
-
- 29 Jun, 2015 1 commit
-
-
Jean-Christophe Filliatre authored
this is consistent with other, similar theories
-
- 07 Jun, 2015 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 02 Jun, 2015 1 commit
-
-
Clément Fumex authored
Add int.NumOf realization.
-
- 27 May, 2015 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 06 Jan, 2015 1 commit
-
-
MARCHE Claude authored
-
- 24 Nov, 2014 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 23 Nov, 2014 1 commit
-
-
Jean-Christophe Filliatre authored
no more need for cloning similar change in array.NumOf and array.NumOfEq updated proofs
-
- 19 Nov, 2014 1 commit
-
-
MARCHE Claude authored
Coq realization remains to be updated...
-
- 03 Sep, 2014 1 commit
-
-
Andrei Paskevich authored
- update Coq and Isabelle realizations (TODO: PVS)
-
- 21 Aug, 2014 2 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 22 Jun, 2014 1 commit
-
-
MARCHE Claude authored
-
- 05 Jun, 2014 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 03 Jun, 2014 1 commit
-
-
Jean-Christophe Filliatre authored
-
- 11 May, 2014 1 commit
-
-
MARCHE Claude authored
-