aboutsummaryrefslogtreecommitdiff
path: root/lib/util.mli
AgeCommit message (Expand)Author
2014-04-23Removing dead code, thanks to new OCaml warnings and a bit of scripting.Pierre-Marie Pédrot
2014-03-05Adding a CSet module in Coq lib.Pierre-Marie Pédrot
2013-10-10Clib: fold_left_until added to CListgareuselesinge
2013-09-06Moving Searchstack to CStack, and normalizing names a bit.ppedrot
2013-08-28Removing some lone List.assoc & List.mem in lib.ppedrot
2013-08-25Added a more efficient way to recover the domain of a map.ppedrot
2013-06-12Changing the type of Ltac values. Now they are toplevel genericppedrot
2012-12-14Moved Stringset and Stringmap to String namespace.ppedrot
2012-12-14Moved Intset and Intmap to Int namespace.ppedrot
2012-11-13Added a CString module.ppedrot
2012-09-18More cleanup of Util: utf8 aspects moved to a new file unicode.mlletouzey
2012-09-18Cleaning interface of Util.ppedrot
2012-09-17More cleaning on Utils and CList. Some parts of the code beingppedrot
2012-09-14As r15801: putting everything from Util.array_* to CArray.*.ppedrot
2012-09-14Added some tricky tail-rec versions of List functions to CListppedrot
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-08-08Updating headers.herbelin
2012-05-23Revert copy/pasted function in to minilib thanks to clib.cmapboutill
2012-04-15Adding newline after warning and restoring distinction betweenherbelin
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-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-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-24Updated all headers for 8.3 and trunkherbelin
2010-07-22Constrintern: unified push_name_env and push_loc_name_env; madeherbelin
2010-06-30Move [delayed] to util and use [force_delayed] everywhere to forcemsozeau
2010-06-22New script dev/tools/change-header to automatically update Coq files headers.herbelin
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-29Various minor improvements of comments in mli for ocamldocletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-29Move from ocamlweb to ocamdoc to generate mli documentationpboutill
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