- adapt to Coq v8.20
- rename some
_length
intolength_
- rename some
- changes on tactics in
List_more.v
- add
as
,in
andin *
extensions - try to preserve names in
decomp_map
- add symmetric cases for matching equalities
- rename
Forall_inf_cbn_hyp
intoForall_inf_simpl_hyp
- WARNING: this impacts automatically generated names (in a way which should be more stable)
- add
- create dedicated file
Vector_more.v
for results usingVector
- rename
AFCvec_incdep
intoAFCincdep
inAFC.v
- move
AFCvec
fromAFC.v
toVector_more.v
- rename
- add
Set Implicit Arguments
in most files - more uses of
sigT2
rather thansigT
withprod
inList_more.v
- move
fold_id
toList_more.v
- adapt to Coq v8.19
- remove uses of
auto with arith
- remove uses of
- rename
decomp_length_plus
intodecomp_length_add
- more uses of
sig2
rather thansig
with/\
inList_more.v
- add tactics
nil_vs_elt_inv
andlast_destruct
for lists - add
Forall2_rev
andForall2_inf_rev
- remove statements already present in the standard library
- adapt to Coq v8.18
- remove
Let
constructs inPermutation_Type.v
- remove
- rename
fresh_prop
intofresh_spec
- correct arguments in tactic
case_analysis
- turn some
_ -> False
intonotT _
- add
PCPermutation_Type_app_flat_map
,injective_neq
andsection_coimage_option
- add results on
filter
andpartition
- add automatic tactics
in_solve
andForall_inf_cbn_hyp
for lists - create
Datatypes_more.v
- add
iffT
,prod_map
andprod_map2
- add
- create
Bool_more.v
- add
reflectT
and associated results - add
reflect_neg
,Forall_forallb_reflect
and some results fromssr.ssrbool
- add
- integrate material for dealing with Issue #12394 in file
issue12394.v
- adapt to Coq v8.17
- clean uses of tactic
intuition
- remove
Forall2_length
(integrated in the standard library in PR #15986)
- clean uses of tactic
arrow
- do not export
Program.Basics
infuntheory
anymore - rely on
Classes.CRelationClasses.arrow
rather thanProgram.Basics.arrow
forProper
instances inType
- do not export
- turn
#[global]
instances into#[export]
ones - rename
wf_prod.v
intoWf_nat_more.v
- use the non-dependent product order from Coq stdlib (introduced in PR #14809)
- create separated file
inhabited_Type.v
- add
option_test
,Permutation_vs_elt_subst
,decidable_image
(and associated properties),in_inf_prod_inv
andeqb_sym
- simplify
cpair_surj
hypothesis innattree.v
- adapt to Coq v8.16
- setoid_rewriting is more powerful (not backward compatible)
- add function constructions for
Empty_set
andoption
infuntheory
- adapt to Coq v8.14 and v8.15
- add locality attributes to
Instance
commands
- add locality attributes to
- proof scripts more robust with respect to automatically generated names
- slightly more powerful
unit_vs_elt_inv
tactic - adapt to Coq v8.13
- remove statements about
repeat
(moved into Coq stdlib: PR #12799) - add locality attributes to
Hint
commands
- remove statements about
First Opam-released version.
It coincides with incorporation of part of previous content into the standard library of Coq v8.12.