aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-25NMake: several things need not be macro-generatedletouzey
2010-01-19Ring31 : a ring structure and tactic for int31letouzey
2010-01-19NMake_gen: fix previous commit (some spaces were critical), remove some more ...letouzey
2010-01-19NMake_gen: no more spaces at end of linesletouzey
2010-01-19Various bug fix on recent features of the module system:soubiran
2010-01-18More improvements of BigN, BigZ, BigQ:letouzey
2010-01-17BigN, BigZ, BigQ: presentation via unique module with both ops and propsletouzey
2010-01-17Simplification of OrdersTac thanks to the functor application ! with no inlineletouzey
2010-01-17Variant !F M for functor application that does not honor the Inline declarationsletouzey
2010-01-15Report de la révision #12676notin
2010-01-14Fix uncaught exceptionvgross
2010-01-14Document Local Declare ML Moduleglondu
2010-01-14Avoid some more re-declarations of Equivalence instancesletouzey
2010-01-14Rename Zbinary into Zdigit in order to avoid confusion with Numbers/.../ZBina...letouzey
2010-01-14Fix bug #2086, error message when we match on an non-inductive type.msozeau
2010-01-14- Show Obligation Tacticmsozeau
2010-01-14Add *.annot to .gitignoreglondu
2010-01-14Disable validateglondu
2010-01-13Try to avoid re-declaring Equivalence, especially for Logic.eqletouzey
2010-01-12GenericMinMax: still a min_case_strong with hypothesis in the wrong orderletouzey
2010-01-12g_decl_mode: 'by' is now a keywordletouzey
2010-01-12Removing some betaiota-redexes in error messages (an experiment)herbelin
2010-01-12New version of 12650 that was broken (supporting again records whenherbelin
2010-01-12Typo in error messageherbelin
2010-01-12MSets: Class Ok becomes a definition instead of an inductive (thanks Matthieu)letouzey
2010-01-12Added module sharing support for typeclasses and hints (pri_auto_tactic).soubiran
2010-01-12Numbers/.../NDefOps: one more property about ltbletouzey
2010-01-12Numbers: some more proofs about sub,add,le,lt for natural numbersletouzey
2010-01-12Numbers: two more Local Obligation Tacticletouzey
2010-01-12revert commit 12650 for the moment, since it breaks MSetAVLletouzey
2010-01-12Temporary fix to compensate the loss of descent on dependentherbelin
2010-01-11Revert "Isolation of proof-displaying code"vgross
2010-01-11Isolation of proof-displaying codevgross
2010-01-11Support "Local Obligation Tactic" (now the default in sections).msozeau
2010-01-08Numbers: BigN and BigZ get instantiations of all properties about div and modletouzey
2010-01-08* Segmenttree: New. A very simple implementation of segment trees.regisgia
2010-01-08Numbers: axiomatization + generic properties of abs and sgn.letouzey
2010-01-08Init/Logic: commutativity and associativity of /\ and \/letouzey
2010-01-08NZAxioms plus a compare allows to build an OrderedTypeletouzey
2010-01-07Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders*letouzey
2010-01-07Include can accept both Module and Module Typeletouzey
2010-01-07Numbers: separation of funs, notations, axioms. Notations via module, without...letouzey
2010-01-07Rework of GenericMinMax: new axiomatic, split logical/decidable parts, Leibni...letouzey
2010-01-07MSetInterface: more modularityletouzey
2010-01-07OrderTac: use TotalOrder, no more "change" before calling "order" (stuff with...letouzey
2010-01-07DecidableType2+OrderedType2 : notations in specific Module Type, slicing of O...letouzey
2010-01-07misc improvements in some Structures filesletouzey
2010-01-07MSetAVL: hints made local since some of them are quite violent (transitivity)letouzey
2010-01-06Allowed handling of partly-applied record constructors. (Fix for bug #2196.)gmelquio
2010-01-06Patch on subtyping check of opaque constants.soubiran