aboutsummaryrefslogtreecommitdiff
path: root/test-suite
AgeCommit message (Expand)Author
2013-06-02Now interpreting introduction patterns [x1 .. xn] and (x1,..,xn) as anherbelin
2013-05-14Fixing a regression in unification introduced in r16205 (error raisedherbelin
2013-05-09Updating some output tests in test-suite:herbelin
2013-05-09A uniformization step around understand_* and interp_* functions.herbelin
2013-05-08Protection against "Bad recursive type" in w_unify0 (bug #3036).herbelin
2013-05-08Declaration of multiple hypotheses or parameters now share typingherbelin
2013-05-08Share more information between constructors and arity of an inductiveherbelin
2013-05-08Moved isolated test params_ind.v to Inductive.v.herbelin
2013-05-05Hack to solve a "Bad recursive type" anomaly.herbelin
2013-04-27Added a unit test for bug #2230.ppedrot
2013-04-18Finer fix for bug 3017, mark unresolvability only of goals that aremsozeau
2013-04-17Renaming SearchAbout into Search and Search into SearchHead.herbelin
2013-04-17Using Parameter instead of Variable in test-suite/outputherbelin
2013-04-17Like in r16346, do not filter local definitions (here in theherbelin
2013-04-16Added regression test for bug #3023 which was solved by Matthieu'sherbelin
2013-04-10Equality: avoid some unprotected List.nth (fix #2837)letouzey
2013-04-08Enrich test-suite with a test for #3022.ppedrot
2013-03-30Continuation of r16346 on filtering local definitions. Refinedherbelin
2013-03-25Enrich test-suite with a test for #2928letouzey
2013-03-25Enrich test-suite with a test for #2734letouzey
2013-03-25Add the test-case of bug 2750 in the test-suiteletouzey
2013-03-21Cosmetic code contraction in evarsolve.ml + test sur unification avec let-in.herbelin
2013-03-21Robust display of NotConvertibleTypeField errors (fix #3008, #2995)letouzey
2013-03-21Firstorder: record with defined field aren't conjonctions (fix #2629)letouzey
2013-03-21Using hnf instead of "intro H" for forcing reduction to a product.herbelin
2013-03-21Printmod: fresh fake namespaces for non-visible modules (fix #2668, #2983)letouzey
2013-03-20Check a list length before doing a List.chop (fix #3000)letouzey
2013-03-18Fix for bug #3004 (thanks Hugo!)letouzey
2013-02-25Evarconv: When doing a iota of a fixpoint, use constant name instead of fixpo...pboutill
2013-02-21A slightly more efficient test of well-typedness of restriction ofherbelin
2013-02-17Added propagation of evars unification failure reasons for betterherbelin
2013-02-17Revised the Ltac trace mechanism so that trace breaking due toherbelin
2013-02-05Fixed bug #2981 (anomaly NotASort in Retyping due to collision betweenherbelin
2013-01-29Fixed #2970 (made that remember's eqn name is interpretable as an ltac var).herbelin
2013-01-29Added a file for testing regression of bug #2955 (anomaly in simpl inherbelin
2013-01-29Fixing bug #2969 (admit failing after Grab Existential Variables dueherbelin
2013-01-28Fixed bug #2966 (de Bruijn error in computation of heads for coercions).herbelin
2013-01-28Uniformization of the "anomaly" command.ppedrot
2013-01-28Fixing one part of #2830 (anomaly "defined twice" due to nested calls toherbelin
2013-01-21Fix bug 2958: Inductive deep in in clause are impossiblepboutill
2013-01-21Last test-suite not in Symmetric Patterns syntaxpboutill
2013-01-18Unset Asymmetric Patternspboutill
2012-12-18Fixing parsing of specific primitive tokens used as notations for patternsherbelin
2012-12-18Taking into account the possibility of having a type of type which isherbelin
2012-12-18Fixed a little inefficiency of "set/destruct" over a pattern. Nowherbelin
2012-12-04Backtrack on activating scopes with type casts (was r15978).herbelin
2012-12-04Revised the strategy for automatic insertion of spaces when printingherbelin
2012-11-28Evarconv: Fix #2936 + commentspboutill
2012-11-25Fixed bug #2930: folded let-in's were hiding a violation to the occurherbelin
2012-11-21Fixing test-suite: Scope.vppedrot