index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
plugins
/
firstorder
/
sequent.ml
Commit message (
Expand
)
Author
Age
*
Remove (useless) aliases from the API.
Matej Košík
2017-06-10
*
Put all plugins behind an "API".
Matej Kosik
2017-06-07
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
Post-rebase warnings (unused opens and 2 unused values)
Gaetan Gilbert
2017-04-27
*
Porting the firstorder plugin to the new tactic API.
Pierre-Marie Pédrot
2017-04-24
*
Removing various compatibility layers of tactics.
Pierre-Marie Pédrot
2017-02-14
*
Hints API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
Tacmach API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
Exporting the original unprocessed hint in the hint running function.
Pierre-Marie Pédrot
2015-10-14
*
Safer typing primitives.
Pierre-Marie Pédrot
2015-05-13
*
Rationalizing a bit the interface of Hints.
Pierre-Marie Pédrot
2015-05-11
*
Opaque implementation of auto tactics.
Pierre-Marie Pédrot
2015-04-14
*
Update headers.
Maxime Dénès
2015-01-12
*
Splitting out of auto.ml a file hints.ml dedicated to hints so as to
Hugo Herbelin
2014-10-07
*
Add a "Hint Mode ref (+ | -)*" hint for setting a global mode
Matthieu Sozeau
2014-09-15
*
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-12
*
Correct rebase on STM code. Thanks to E. Tassi for help on dealing with
Matthieu Sozeau
2014-05-06
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Fixing pervasive comparisons
Pierre-Marie Pédrot
2014-03-01
*
Removing a bunch of generic equalities.
ppedrot
2013-09-27
*
Minor code cleaning in CArray / CList.
ppedrot
2013-03-23
*
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-02
*
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-09-14
*
Updating headers.
herbelin
2012-08-08
*
Getting rid of Pp.msgnl and Pp.message.
ppedrot
2012-06-01
*
global_reference migrated from Libnames to new Globnames, less deps in gramma...
letouzey
2012-05-29
*
Noise for nothing
pboutill
2012-03-02
*
Merge subinstances branch by me and Tom Prince.
msozeau
2011-11-17
*
Fix bug #2227
msozeau
2011-10-18
*
Term: moved function constr_ord (a.k.a compare_constr) from Sequent to Term
puech
2011-07-29
*
Sequent: generic equality on global_reference replaced by RefOrdered.compare
puech
2011-07-29
*
Sequent: generic equality on kernel_name replaced by kn_ord
puech
2011-07-29
*
Sequent: generic equality on constr replaced by destructors
puech
2011-07-29
*
Sequent: generic equality on ident replaced by id_ord
puech
2011-07-29
*
Updated all headers for 8.3 and trunk
herbelin
2010-07-24
*
Remove the svn-specific $Id$ annotations
letouzey
2010-04-29
*
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-09-17
*
- Inductive types in the "using" option of auto/eauto/firstorder are
herbelin
2009-09-13
*
Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...
letouzey
2009-03-20