aboutsummaryrefslogtreecommitdiff
path: root/kernel/context.mli
AgeCommit message (Expand)Author
2018-07-24Add combinators to drop the bodies of local declarations.Pierre-Marie Pédrot
2018-06-27Swapping Context and Constr: defining declarations on constr in Constr.Hugo Herbelin
2018-02-27Update headers following #6543.Théo Zimmermann
2017-07-04Bump year in headers.Pierre-Marie Pédrot
2017-04-20correcting comments in the "Context" moduleMatej Kosik
2017-02-14Introducing contexts parameterized by the inner term type.Pierre-Marie Pédrot
2016-08-26CLEANUP: adding "Context.Compacted.Declaration.of_named_decl" function, which...Matej Kosik
2016-08-26CLEANUP: rename "Context.Named.{to,of}_rel" functions to "Context.Named.{to,o...Matej Kosik
2016-08-26CLEANUP: renaming "Context.ListNamed" module to "Context.Compacted"Matej Kosik
2016-08-25CLEANUP: changing the definition of the "Context.NamedList.Declaration" typeMatej Kosik
2016-08-25CLEANUP: Type alias "Context.section_context" was removedMatej Kosik
2016-08-25CLEANUP: functions "Context.{Rel,Named}.Context.fold" were renamed to "Contex...Matej Kosik
2016-08-24Merging a branch that adds "Context.Named.Declaration.to_rel" function.Matej Kosik
2016-08-24Adding "Context.Named.Declaration.to_rel" functionMatej Kosik
2016-08-17Revert "CLEANUP: removing the definition of the "Context.Rel.Declaration.to_t...Pierre-Marie Pédrot
2016-08-11Adding "Context.Named.Declaraton.of_rel" functionMatej Kosik
2016-08-11CLEANUP: removing the definition of the "Context.Rel.Declaration.of_tuple" fu...Matej Kosik
2016-08-11CLEANUP: removing the definition of the "Context.Rel.Declaration.to_tuple" fu...Matej Kosik
2016-02-09REFORMATTING: kernel/context.ml{,i}Matej Kosik
2016-02-09CLEANUP: Context.{Rel,Named}.Declaration.tMatej Kosik
2016-01-21Merge branch 'v8.5'Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2016-01-11CLEANUP: kernel/context.ml{,i}Matej Kosik
2015-12-05Moving extended_rel_vect/extended_rel_list to the kernel.Hugo Herbelin
2015-01-12Update headers.Maxime Dénès
2014-10-22Pushing Pierre's factorization of names in goal context printing fromHugo Herbelin
2014-10-20A patch for printing "match" when constructors are defined with let-inHugo Herbelin
2014-09-01Coqide prints succesive hyps of the same type on 1 linePierre Boutillier
2013-10-22Removing some generic equalities.ppedrot
2013-08-04Removing useless casts between arrays and lists.ppedrot
2013-04-29Merging Context and Sign.ppedrot
2013-04-29Splitting Term into five unrelated interfaces:ppedrot