aboutsummaryrefslogtreecommitdiff
path: root/pretyping/termops.mli
diff options
context:
space:
mode:
authorHugo Herbelin2014-10-23 20:47:29 +0200
committerHugo Herbelin2014-10-24 16:44:48 +0200
commit4662a2c92ecfdfb383f504f8c230b6d2f2bb58fc (patch)
tree5cf530d41d9e38328af8ed62c9707a8c845d869b /pretyping/termops.mli
parent5eaa183732bade55d2df3a6173c3765745e6eeb7 (diff)
Fixing order of hypothesis in goal hypotheses compaction for coqtop.
Diffstat (limited to 'pretyping/termops.mli')
-rw-r--r--pretyping/termops.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/termops.mli b/pretyping/termops.mli
index cbb9fb4ebf..cafb6dc10a 100644
--- a/pretyping/termops.mli
+++ b/pretyping/termops.mli
@@ -216,6 +216,7 @@ val fold_named_context_both_sides :
named_context -> init:'a -> 'a
val mem_named_context : Id.t -> named_context -> bool
val compact_named_context : named_context -> named_list_context
+val compact_named_context_reverse : named_context -> named_list_context
val clear_named_body : Id.t -> env -> env