index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dyn.ml
Age
Commit message (
Expand
)
Author
2017-12-23
[lib] Split auxiliary libraries into Coq-specific and general.
Emilio Jesus Gallego Arias
2017-12-09
[lib] Convenience function for `Dyn.Easy`
Emilio Jesus Gallego Arias
2017-11-03
Merge PR #6051: Fix FIXME: use OCaml 4.02 generative functors when available.
Maxime Dénès
2017-11-02
Naming the type of Dyn.Map for future reuse.
Hugo Herbelin
2017-11-01
Fix FIXME: use OCaml 4.02 generative functors when available.
Gaëtan Gilbert
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2016-05-13
Dyn: simplify API introducing an Easy submodule
Enrico Tassi
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-17
Adding a structure indexed by tags.
Pierre-Marie Pédrot
2015-12-05
Factorizing unsafe code by relying on the new Dyn module.
Pierre-Marie Pédrot
2015-12-05
Leveraging GADTs to provide a better Dyn API.
Pierre-Marie Pédrot
2015-12-04
Specializing the Dyn module to each usecase.
Pierre-Marie Pédrot
2015-04-23
Remove almost all the uses of string concatenation when building error messages.
Guillaume Melquiond
2015-03-16
Adding a primitive to dump the current association table of dynamic types.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-12-17
Dyn: add API to check of two Dyn.t are ==
Enrico Tassi
2013-11-22
Using hashes instead of strings in dynamic tags. In case of collision, an
Pierre-Marie Pédrot
2013-08-28
Removing some lone List.assoc & List.mem in lib.
ppedrot
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2012-10-02
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-09-14
Partial revert of Yann commit in order to use CLib.List when opening
ppedrot
2012-09-14
This patch removes unused "open" (automatically generated from
regisgia
2012-08-08
Updating headers.
herbelin
2012-03-02
Noise for nothing
pboutill
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-04-29
Remove the svn-specific $Id$ annotations
letouzey
2009-09-17
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2004-07-16
Nouvelle en-tête
herbelin
2001-03-15
entetes
filliatr
1999-09-28
ajout de divers fonctions dans lib/
filliatr
1999-08-17
ajout dyn; divers fonctions util
filliatr