index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
firstorder
/
formula.ml
Age
Commit message (
Expand
)
Author
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-02-28
Constructor type information uses the expanded form.
Pierre-Marie Pédrot
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-01-17
Use let-in aware prod_applist_assum in dtauto and firstorder.
Jasper Hugunin
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
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-07
Put all plugins behind an "API".
Matej Kosik
2017-04-27
Post-rebase warnings (unused opens and 2 unused values)
Gaetan Gilbert
2017-04-24
Porting the firstorder plugin to the new tactic API.
Pierre-Marie Pédrot
2017-04-01
Using delayed universe instances in EConstr.
Pierre-Marie Pédrot
2017-02-14
Removing some return type compatibility layers in Termops.
Pierre-Marie Pédrot
2017-02-14
Hipattern API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Cases API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Termops API using EConstr.
Pierre-Marie Pédrot
2016-08-24
CLEANUP: minor readability improvements
Matej Kosik
2016-07-03
closure.ml renamed into cClosure.ml (avoid clash with a compiler-libs module)
Pierre Letouzey
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-20
Update copyright headers.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2013-09-27
Removing a bunch of generic equalities.
ppedrot
2013-04-29
Splitting Term into five unrelated interfaces:
ppedrot
2013-02-18
use List.rev_map whenever possible
letouzey
2012-12-14
Modulification of identifier
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
2012-09-14
The new ocaml compiler (4.00) has a lot of very cool warnings,
regisgia
2012-08-08
Updating headers.
herbelin
2012-05-29
global_reference migrated from Libnames to new Globnames, less deps in gramma...
letouzey
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
2009-03-20
Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...
letouzey