index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
clib.mllib
Age
Commit message (
Expand
)
Author
2014-03-05
Adding a canary library. This canary is imperfect. It allows serialization
Pierre-Marie Pédrot
2014-03-05
Added a new module HMap. It works (almost) like Map, except that it expects
Pierre-Marie Pédrot
2014-03-05
Adding a CSet module in Coq lib.
Pierre-Marie Pédrot
2014-02-27
Remove unsafe code (Obj.magic) in Tacinterp.
Arnaud Spiwack
2014-01-30
Remove useless Xml_utils
Pierre Letouzey
2014-01-30
clib.mllib: remove duplicated Flags entry
Pierre Letouzey
2014-01-04
Aux_file: cache information at compile time for later (re)use
Enrico Tassi
2013-09-06
Moving Searchstack to CStack, and normalizing names a bit.
ppedrot
2013-08-25
Added a more efficient way to recover the domain of a map.
ppedrot
2013-08-09
state_id data type
gareuselesinge
2013-05-28
Adding a persistent stream data structure.
ppedrot
2013-05-12
Added a generic notion of hook. Hooks are functions to be set
ppedrot
2013-05-08
Uniformizing the [if_warn] flag used for warning printing and put
ppedrot
2013-04-25
Coqide: Globalization feedback (proof of concept)
gareuselesinge
2013-04-09
Added a module of immutable arrays. Not as full as CArray, but should
ppedrot
2013-03-12
Updated Exninfo to the new Store type.
ppedrot
2013-02-18
Added exception enrichment. Now one can define additional arbitrary
ppedrot
2013-01-28
Added backtrace primitives.
ppedrot
2012-12-14
Moving hcons_string to String namespace.
ppedrot
2012-11-13
Added a CString module.
ppedrot
2012-11-08
Added an Int module with dummy utility functions.
ppedrot
2012-09-18
More cleanup of Util: utf8 aspects moved to a new file unicode.ml
letouzey
2012-09-18
Cleaning interface of Util.
ppedrot
2012-09-14
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-09-14
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-10
Moved Pp to CLib. In particular, Pp does not depend on CAMLP4/5
ppedrot
2012-08-24
correct some ends of .mllib files (avoid a broken tolink.ml)
letouzey
2012-07-20
Put Option in Clib
pboutill
2012-06-26
Added a Deque module to CLib (to be used in CoqIDE).
ppedrot
2012-05-23
Revert copy/pasted function in to minilib thanks to clib.cma
pboutill
2012-04-12
lib directory is cut in 2 cma.
pboutill