aboutsummaryrefslogtreecommitdiff
path: root/toplevel/himsg.ml
AgeCommit message (Expand)Author
2012-07-11Fix typeclass error handling which was sometimes raising a Failure ("hd").msozeau
2012-07-05rewrite_db : a first attempt at using rewrite_strat for a quicker autorewriteletouzey
2012-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-05-29Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evdletouzey
2012-03-20Fix interface of resolve_typeclasses: onlyargs -> with_goals:msozeau
2012-03-20Fixing alpha-conversion bug #2723 introduced in r12485-12486.herbelin
2012-03-02Noise for nothingpboutill
2012-01-23Fix typeclass resolution error message which included goal evars (bug #2620).msozeau
2011-08-30Quick improvement of some error messages related to module applicationherbelin
2011-08-10Improving error message about coinductive guard (old "cases" is now "match")herbelin
2011-08-03Fix nf_evars_undefined use in pr_constraintsmsozeau
2011-06-21Cleaning debugging printer relative to new proof engine. Inherbelin
2011-04-08Replaced printing number of ill-typed branch by printing name of constructorherbelin
2011-03-16Finish branching functions handling module errors (cf. r13886)letouzey
2011-03-11- Better error messages taking unif. constraints into account.msozeau
2011-03-07Reverted commit r13893 about propagation of more informativeherbelin
2011-03-07Added propagation of evars unification failure reasons for betterherbelin
2011-03-05Moving printing of module typing errors upwards to himsg.ml so as toherbelin
2011-03-05A few more betaiota on environments and types of error messages. Seems toherbelin
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-12-23Change of nomenclature: rawconstr -> glob_constrglondu
2010-12-15Misc improvements about evar_mapletouzey
2010-11-07Delayed the evar normalization in error messages to the last minuteherbelin
2010-11-07Add information of localisation when an error involving an "implicitherbelin
2010-10-04Two [Evd.fold] turned into [Evd.fold_undefined].aspiwack
2010-09-24Fixed a bug in printing fix/cofix error messages when severalherbelin
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-12Fixed bug #2135 (second-order unification was raising cryptic message)herbelin
2010-06-12Fixing spelling: pr_coma -> pr_commaherbelin
2010-06-06Added support for Ltac-matching terms with variables bound in the patternherbelin
2010-05-18Applicative commutative cuts in Fixpoint guard conditionpboutill
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-04-20missing space in error messagevsiles
2010-03-15Fix splitting evars tactics and stop dropping evar constraints whenmsozeau
2009-12-24Opened the possibility to type Ltac patterns but it is not fully functional yetherbelin
2009-11-11Promote evar_defs to evar_map (in Evd)glondu
2009-11-09A bit of cleaning around name generation + creation of dedicated file namegen.mlherbelin
2009-10-29Hopefully improved layout of fix guardness error message.herbelin
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-06-18Fix "unsatisfiable constraints" error messages to include all themsozeau
2009-06-11Use a lazy value for the message in FailError, so that it won't bemsozeau
2009-03-28Rewrite of Program Fixpoint to overcome the previous limitations: msozeau
2009-03-22Backport from v8.2 branch of 11986 (interpretation of quantifiedherbelin
2009-03-04commande Timeout + compaction des traces de debug_tacticbarras
2009-02-19On remplace evar_map par evar_defs (seul evar_defs est désormais exporté aspiwack
2009-01-11- Deactivation of dynamic loading on Mac OS 10.5 (see bug #2024).herbelin
2008-12-31Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->herbelin
2008-11-28Inductive parameters: nicer doc examples and error messageletouzey
2008-11-09- Fixed bug 1968 (inversion failing due to a Not_found bug introduced inherbelin