diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-07-18 20:41:15 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-07-18 20:41:15 +0000 |
commit | 4c6ce76403035630db684e7c323ae171c4f28de5 (patch) | |
tree | e7adc04d49c6c93b2cce4a70e263d417baa70e74 /dev | |
parent | 3c0fa55426e61884a8a67661025cc7a32ecc77ac (diff) |
Fixed a "feature" of "inversion" and "dependent rewrite" revealed by
the extension of "dependent rewrite" to "sig" type in r14279: in case
of an equality "existT a p = x", no rewriting was done at all instead
of substituting "x" as "inversion" normally does when an equality
"x = t" is generated.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14287 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r-- | dev/include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/include b/dev/include index 1648d5791..5d4872273 100644 --- a/dev/include +++ b/dev/include @@ -24,6 +24,7 @@ #install_printer (* judgement *) ppj;; #install_printer (* hint_db *) print_hint_db;; +#install_printer (* Goal.goal *) ppgoal;; #install_printer (* Goal.goal *) ppgoalgoal;; #install_printer (* metaset.t *) ppmetas;; #install_printer (* evar_map *) ppevm;; |