index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
context.ml
Age
Commit message (
Expand
)
Author
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-08
Fixing wrong comments in context.ml.
Hugo Herbelin
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-01-30
Restrict universes in records.
Gaëtan Gilbert
2018-09-24
[kernel] Compile with almost all warnings enabled.
Emilio Jesus Gallego Arias
2018-07-24
Add combinators to drop the bodies of local declarations.
Pierre-Marie Pédrot
2018-06-27
Swapping Context and Constr: defining declarations on constr in Constr.
Hugo Herbelin
2018-05-23
Collecting List.smart_* functions into a module List.Smart.
Hugo Herbelin
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-10-24
A missing newline after a comment.
Hugo Herbelin
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-02-14
Introducing contexts parameterized by the inner term type.
Pierre-Marie Pédrot
2016-08-26
CLEANUP: adding "Context.Compacted.Declaration.of_named_decl" function, which...
Matej Kosik
2016-08-26
CLEANUP: rename "Context.Named.{to,of}_rel" functions to "Context.Named.{to,o...
Matej Kosik
2016-08-26
CLEANUP: renaming "Context.ListNamed" module to "Context.Compacted"
Matej Kosik
2016-08-25
CLEANUP: changing the definition of the "Context.NamedList.Declaration" type
Matej Kosik
2016-08-25
CLEANUP: Type alias "Context.section_context" was removed
Matej Kosik
2016-08-25
CLEANUP: functions "Context.{Rel,Named}.Context.fold" were renamed to "Contex...
Matej Kosik
2016-08-24
Merging a branch that adds "Context.Named.Declaration.to_rel" function.
Matej Kosik
2016-08-24
Adding "Context.Named.Declaration.to_rel" function
Matej Kosik
2016-08-17
Revert "CLEANUP: removing the definition of the "Context.Rel.Declaration.to_t...
Pierre-Marie Pédrot
2016-08-11
Adding "Context.Named.Declaraton.of_rel" function
Matej Kosik
2016-08-11
CLEANUP: removing the definition of the "Context.Rel.Declaration.of_tuple" fu...
Matej Kosik
2016-08-11
CLEANUP: removing the definition of the "Context.Rel.Declaration.to_tuple" fu...
Matej Kosik
2016-02-09
REFORMATTING: kernel/context.ml{,i}
Matej Kosik
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-11
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2015-12-05
Moving extended_rel_vect/extended_rel_list to the kernel.
Hugo Herbelin
2015-01-12
Update headers.
Maxime Dénès
2014-10-24
Remove an ununsed pattern and commented code in the kernel.
Matthieu Sozeau
2014-10-22
Pushing Pierre's factorization of names in goal context printing from
Hugo Herbelin
2014-10-20
A patch for printing "match" when constructors are defined with let-in
Hugo Herbelin
2014-09-01
Coqide prints succesive hyps of the same type on 1 line
Pierre Boutillier
2013-10-22
Removing some generic equalities.
ppedrot
2013-08-04
Removing useless casts between arrays and lists.
ppedrot
2013-04-29
Merging Context and Sign.
ppedrot
2013-04-29
Splitting Term into five unrelated interfaces:
ppedrot