index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
termops.ml
Age
Commit message (
Expand
)
Author
2016-08-30
CLEANUP: using |> operator more consistently
Matej Kosik
2016-08-26
CLEANUP: removing "Termops.compact_named_context_reverse" function
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-24
CLEANUP: removing calls of the "Context.Named.Declaration.to_tuple" function
Matej Kosik
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-06-24
Optmimize the subst tactic.
Pierre-Marie Pédrot
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-11
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2015-12-15
API: documenting context_chop and removing a duplicate.
Hugo Herbelin
2015-12-05
Moving extended_rel_vect/extended_rel_list to the kernel.
Hugo Herbelin
2015-12-05
About building of substitutions from instances.
Hugo Herbelin
2015-12-05
Moving three related small half-general half-ad-hoc utility functions
Hugo Herbelin
2015-11-26
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-15
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-07-02
Merge branch 'v8.5' into trunk
Maxime Dénès
2015-02-27
Adding a new folder corresponding to the low-level part of the pretyper
Pierre-Marie Pédrot