index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
theories
/
PArith
/
BinPosDef.v
Commit message (
Expand
)
Author
Age
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
*
Decimal: proofs that conversions from/to nat,N,Z are bijections
Pierre Letouzey
2018-02-20
*
Decimal: simple representation of base-10 numbers
Pierre Letouzey
2018-02-20
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
Update headers.
Maxime Dénès
2015-01-12
*
eta contractions
Pierre Boutillier
2014-10-01
*
Simpl less (so that cbn will not simpl too much)
Pierre Boutillier
2014-10-01
*
Grammar: "allowing to" is not proper English
Jason Gross
2014-08-25
*
Arith: full integration of the "Numbers" modular framework
Pierre Letouzey
2014-07-09
*
Cbn reduces Pos.compare p~1 q~1 to Pos.compare p q
Pierre Boutillier
2014-05-26
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Pos.iter arguments in a better order for cbn.
Pierre Boutillier
2014-05-02
*
Eta contractions to please cbn
Pierre Boutillier
2014-05-02
*
Pos.compare_cont takes the comparison as first argument
Pierre Boutillier
2014-02-28
*
"Boolean Equality" and "Case Analysis" are already off by default...
letouzey
2013-07-17
*
nat_iter n f x -> nat_rect _ x (fun _ => f) n
pboutill
2012-12-21
*
Updating headers.
herbelin
2012-08-08
*
Functions *_beq aren't generated anymore, remove comments about them
letouzey
2012-05-30
*
Cleanup of files related with power over Z.
letouzey
2011-07-01
*
Numbers: change definition of divide (compat with Znumtheory)
letouzey
2011-06-24
*
Wf.iter_nat becomes Peano.nat_iter (with an implicit arg)
letouzey
2011-05-05
*
BinNatDef containing all functions of BinNat, misc adaptations in BinPos
letouzey
2011-05-05
*
BinPosDef: a module with all code about positive, later Included in BinPos
letouzey
2011-05-05