aboutsummaryrefslogtreecommitdiff
path: root/lib/util.ml
AgeCommit message (Expand)Author
2012-05-23Revert copy/pasted function in to minilib thanks to clib.cmapboutill
2012-04-15Adding newline after warning and restoring distinction betweenherbelin
2012-04-05Shortcuts and optimizations of comparisonsxclerc
2012-03-26Unification: Added a heuristic to solve problems of the formherbelin
2012-03-20Reorganizing the structure of evarutil.ml (only restructuration, noherbelin
2012-03-18Yet another subtlety with bug 2732: when several grammar rules of aherbelin
2012-03-14Second step of integration of Program:msozeau
2012-03-02Noise for nothingpboutill
2011-12-17Added ability to take the type of applied metas into account whenherbelin
2011-11-28Finally used typing to decide whether an alias needs to be expanded orherbelin
2011-09-05Util.error now creates UserError(_,msg) instead of UserError(str,str)letouzey
2011-08-10Added list_map_filter_imsozeau
2011-07-29Refl_omega: replaced some generic = on constr by eq_constrpuech
2011-07-29Coq_omega: replaced generic = on constr by eq_constrpuech
2011-07-29Evarutil: generic equality on constr replaced by eq_constr (x2)puech
2011-07-29Tactics: generic equality on constr replaced by eq_constrpuech
2011-07-22For the beauty of tail recursion, a new list_addnpboutill
2011-05-17More work on error handlingletouzey
2011-03-05Starting being more explicit on the reasons why module subtyping fails.herbelin
2011-02-14- Fix treatment of globality flag for typeclass instance hints (theymsozeau
2010-10-03Added multiple implicit arguments rules per name.herbelin
2010-07-29Fixed a bug introduced (r13316/r13329) in the printing of notationsherbelin
2010-07-22Constrintern: unified push_name_env and push_loc_name_env; madeherbelin
2010-07-20Fixed a bug in list_forall2eq (wrong exception was caught).herbelin
2010-06-30Move [delayed] to util and use [force_delayed] everywhere to forcemsozeau
2010-06-21Extraction: replace unicode characters in ident by ascii encodings (fix #2158...letouzey
2010-06-12Fixing spelling: pr_coma -> pr_commaherbelin
2010-06-08Fix treatment of {struct x} annotations in presence of generalizedmsozeau
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-19Nicer representation of tokens, more independant of camlp*letouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-27Added a new exception for already declared Schemes, vsiles
2010-04-19Reduced the complexity of evar instantiations from O(n^3) to less than O(n^2).herbelin
2010-04-16Util: remove list_split_at which is a clone of list_chopletouzey
2010-02-15Util.lowercase_unicode: avoid creating the segmenttree each time (speeds some...letouzey
2010-02-10Fix [Existing Class] impl and add documentation. Fix computation of themsozeau
2010-01-08* Segmenttree: New. A very simple implementation of segment trees.regisgia
2009-12-20* Rewrite [classify_unicode] using standard unicode tables.regisgia
2009-11-15Document Generalizable Variables, and change syntax to msozeau
2009-11-13Make usages of the Obj module explicitglondu
2009-11-12Experiment propagation of implicit arguments and arguments scope forherbelin
2009-10-29Revision 12439 continued, printing part (notations to names behaveherbelin
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-09-26Fixed a hole in glob_tactic that allowed some Ltac code to refer toherbelin
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-11Generalized the possibility to refer to a global name by a notationherbelin
2009-06-10Accept more Unicode symbolsglondu
2009-05-09- Adding "Hint Resolve ->" and "Hint Resolve <-" for declaration of equivalenceherbelin
2009-04-16comparison functions on lists and arraysbarras
2009-04-08A first pearl found by the Oug analyzer: there were two list_map_i in Utilletouzey