aboutsummaryrefslogtreecommitdiff
path: root/lib/util.mli
AgeCommit message (Expand)Author
2019-07-08[core] [api] Support OCaml 4.08Emilio Jesus Gallego Arias
2019-06-17Update ml-style headers to new year.Théo Zimmermann
2019-05-23Fixing typos - Part 3JPR
2019-04-29Revert #9249Vincent Laporte
2018-12-25Adding a comparison combinator for pairs.Hugo Herbelin
2018-02-27Update headers following #6543.Théo Zimmermann
2017-09-12Adding function to be typically used to pass values from an OCaml "when" clause.Hugo Herbelin
2017-07-04Bump year in headers.Pierre-Marie Pédrot
2017-05-19Moving "sym" on "eq" type to lib/util.ml.Hugo Herbelin
2016-08-30CLEANUP: switching from "right-to-left" to "left-to-right" function compositi...Matej Kosik
2016-03-13Adding a few functions on type union.Hugo Herbelin
2016-02-17CLEANUP: Renaming "Util.compose" function to "%"Matej Kosik
2016-01-21Merge branch 'v8.5'Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2015-12-05Leveraging GADTs to provide a better Dyn API.Pierre-Marie Pédrot
2015-07-28Use open_utf8_file_in for opening files in the IDE. (Fix bug #2874)Guillaume Melquiond
2015-01-12Update headers.Maxime Dénès
2014-12-16Getting rid of Exninfo hacks.Pierre-Marie Pédrot
2014-12-14Util.un_op -> Option.defaultPierre Boutillier
2014-12-12Searchxxx now search also the hypothesis and support goal selector.Pierre Courtieu
2014-11-19Making map_union a standard function of the ML library.Hugo Herbelin
2014-06-07Adding a new Control file centralizing the control options of Coq.Pierre-Marie Pédrot
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