index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toplevel
/
obligations.mli
Age
Commit message (
Expand
)
Author
2014-06-18
Proofs now take and return an evar_universe_context, simplifying interfaces
Matthieu Sozeau
2014-06-08
Moving hook code from Future to Lemmas. This seemed to disrupt compilation of
Pierre-Marie Pédrot
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2013-12-03
Removing useless meta-related functions.
Pierre-Marie Pédrot
2013-11-02
Makes the new Proofview.tactic the basic type of Ltac.
aspiwack
2013-09-18
At least made the evar type opaque! There are still 5 remaining unsafe
ppedrot
2013-08-08
get rid of closures in global/proof state
gareuselesinge
2013-08-08
State Transaction Machine
gareuselesinge
2013-03-11
Allowing (Co)Fixpoint to be defined local and Let-style.
ppedrot
2012-12-14
Modulification of identifier
ppedrot
2012-12-14
Moved Intset and Intmap to Int namespace.
ppedrot
2012-08-08
Updating headers.
herbelin
2012-06-22
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-01
Getting rid of Pp.msgnl and Pp.message.
ppedrot
2012-05-29
global_reference migrated from Libnames to new Globnames, less deps in gramma...
letouzey
2012-05-29
New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr
letouzey
2012-05-29
Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evd
letouzey
2012-03-19
Fix bugs related to Program integration.
msozeau
2012-03-14
Fix merge and add missing file.
msozeau
2012-03-14
Final part of moving Program code inside the main code. Adapted add_definitio...
msozeau