aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
2009-11-10DecidableType: A specification via boolean equality as an alternative to eq_decletouzey
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin
2009-11-08Use generalizable variables info when internalizing arbitrary bindings,msozeau
2009-11-06Datatypes.length and app defined back via fun+fix instead of Fixpointletouzey
2009-11-06Numbers: finish files NStrongRec and NDefOpsletouzey
2009-11-06Numbers: more (syntactic) changes toward new style of type classesletouzey
2009-11-03Numbers: start using Classes stuff, Equivalence, Proper, Instance, etcletouzey
2009-11-03ROrderedType + Rminmax : Coq's Reals can be seen as OrderedType.letouzey
2009-11-03Better visibility of the inductive CompSpec used to specify comparison functionsletouzey
2009-11-03OrderedType implementation for various numerical datatypes + min/max structuresletouzey
2009-11-02List + SetoidList : some cleanup around predicates Exists, Forall, Forall2, F...letouzey
2009-11-02Remove various useless {struct} annotationsletouzey
2009-11-02Added alternate versions of existing lemmas on sqrt.gmelquio
2009-11-02Sorting/Permutation: no need to require the whole Arith (and hence plugins li...letouzey
2009-11-02Operators_Properties: avoid to depend on Setoidletouzey
2009-11-02list, length, app are migrated from List to Datatypesletouzey
2009-10-29Fix flat_map definition so that it plays nicely with fixglondu
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-27Add a new vernacular command for controling implicit generalization ofmsozeau
2009-10-25Improved the treatment of Local/Global options (noneffective Local onherbelin
2009-10-22Fix new instances that could easily make class resolution loop on msozeau
2009-10-21MSetInterface: some explicit types to avoid Raw.t-instead-of-t effectletouzey
2009-10-20FSetCompat: a compatibility wrapper between FSets and MSetsletouzey
2009-10-19Merge SetoidList2 into SetoidList: forgotten reference to the removed fileletouzey
2009-10-19Merge SetoidList2 into SetoidList.letouzey
2009-10-16OrderedType2 : trivial lemmas are turned into tests for order.letouzey
2009-10-16Structure/OrderTac.v : highlight the "order" tactic by isolating it from FSet...letouzey
2009-10-15MSetInterface: (W)Raw2Sets splitted in 2 (helps a future commit by Elie)letouzey
2009-10-15OrderedType2.order is slightly weaker since last commit, adapt accordinglyletouzey
2009-10-15OrderedType2.order : fix the last fix (a fail at the wrong place)letouzey
2009-10-14Typo in last commitletouzey
2009-10-14Improved tactic "order" in OrderedTypeletouzey
2009-10-13Made implicit arguments of Operators_Properties.v localherbelin
2009-10-13MSets: a new generation of FSetsletouzey
2009-10-09Fix a typo(?) in previous commitletouzey
2009-10-08Fixed clash names in Relations (see bug report #2152) and make namesherbelin
2009-10-08Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False'letouzey
2009-10-08Implicit argument of Logic.eq become maximally insertedletouzey
2009-10-05Correctly do backtracking during type class resolution even if only newmsozeau
2009-10-04Removal of trailing spaces.serpyc
2009-10-04Some new lemmas on max and min and a fix for a wrongly stated lemma in r12358.herbelin
2009-10-03A few additions in Min.v.herbelin
2009-09-28Fix the stdlib doc compilation + switch all .v file to utf8letouzey
2009-09-27Add a few properties about Rmin/Rmax with replication in Zmin/Zmax.herbelin
2009-09-17Remove useless MonoList.vglondu
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-15Fix compilation errors due to last commit.msozeau
2009-09-15Stop using [obligation_tactic] from Program.Tactics as the defaultmsozeau
2009-09-11Added the following lemmas to homogenize Reals a bit:gmelquio
2009-09-11- Resolve type class constraints before trying to find unresolvedmsozeau