index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
extraction
/
ocaml.ml
Age
Commit message (
Expand
)
Author
2020-08-18
Extraction: At declaration point of a global, use its declaring name.
Hugo Herbelin
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-01-08
Avoid hardcoded paths in extraction
Maxime Dénès
2020-01-08
Support extraction of Coq's string type to OCaml's string type
Xavier Leroy
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add extraction for primitive floats
Erik Martin-Dorel
2019-07-31
Fix #7348: extraction of dependent record projections
Kazuhiko Sakaguchi
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-02-04
Primitive integers
Maxime Dénès
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-11-27
allow :: and , as infix ops
Paul Steckler
2017-11-22
allow whitespace around infix op
Paul Steckler
2017-11-22
use OCaml criteria for infix ops, #6212
Paul Steckler
2017-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-10
Remove (useless) aliases from the API.
Matej Košík
2017-06-07
Put all plugins behind an "API".
Matej Kosik
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-03-21
[pp] Prepare for serialization, remove opaque glue.
Emilio Jesus Gallego Arias
2017-02-07
Extraction cosmetic: no whitespaces in printing empty modules
Pierre Letouzey
2017-02-07
Extraction: simplify the generated code for difficult name conflicts
Pierre Letouzey
2017-02-07
Extraction : get_duplicates (via option) instead of check_duplicates (via Not...
Pierre Letouzey
2017-02-07
Extraction: fix complexity issue #5310
Pierre Letouzey
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-01-20
Update copyright headers.
Maxime Dénès
2015-12-15
Extraction: fix a few little glitches with my last commit (replacing unused v...
Pierre Letouzey
2015-12-14
Extraction: cosmetically avoid generating spaces on empty lines
Pierre Letouzey
2015-12-14
Extraction: fix a pretty-print issue
Pierre Letouzey
2015-12-14
Extraction: cleanup a hack (Pp.is_empty instead of Failure "empty phrase")
Pierre Letouzey
2015-12-12
Extraction: nicer implementation of Implicits
Pierre Letouzey
2015-12-12
Extraction: avoid generating some blanks at end-of-line
Pierre Letouzey
2015-03-21
Properly capitalize filenames when extracting to Haskell. (Fix for bug #3221)
Guillaume Melquiond
2015-01-23
Fix previous commit on extraction.
Maxime Dénès
2015-01-23
Extraction: fix #3629.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2015-01-11
Extraction: no more ascii blob in type variables (fix #3227)
Pierre Letouzey
2013-09-27
Removing a bunch of generic equalities.
ppedrot
2013-03-13
Restrict (try...with...) to avoid catching critical exn (part 9)
letouzey
2013-02-26
Names: shortcuts for building {kn, constant, mind} with empty sections
letouzey
2013-02-19
Dir_path --> DirPath
letouzey
2012-12-18
Modulification of Label
ppedrot
2012-12-14
Modulification of dir_path
ppedrot
2012-12-14
Modulification of identifier
ppedrot
2012-10-30
Extraction: avoid initial strange empty comments after Arnaud's hack
letouzey
2012-09-17
More cleaning on Utils and CList. Some parts of the code being
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-14
This patch removes unused "open" (automatically generated from
regisgia
[next]