diff options
| author | barras | 2004-03-05 21:35:15 +0000 |
|---|---|---|
| committer | barras | 2004-03-05 21:35:15 +0000 |
| commit | b2cf3bc56ebd4511070ccfedd0f0895a695a6b23 (patch) | |
| tree | f47ecbfc4e8c8c976773e529a6ecafeb07175175 /contrib/interface/ascent.mli | |
| parent | 5361cc1ac8baec7b519288dae36e9503d82d7709 (diff) | |
modif des fixpoints pour que si on donne une notation au produit, les pts fixes s'affichent correctement
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5435 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/ascent.mli')
| -rw-r--r-- | contrib/interface/ascent.mli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/interface/ascent.mli b/contrib/interface/ascent.mli index 41ce1c4c1c..61d0d5a3af 100644 --- a/contrib/interface/ascent.mli +++ b/contrib/interface/ascent.mli @@ -34,7 +34,7 @@ and ct_COERCION_OPT = and ct_COFIXTAC = CT_cofixtac of ct_ID * ct_FORMULA and ct_COFIX_REC = - CT_cofix_rec of ct_ID * ct_FORMULA * ct_FORMULA + CT_cofix_rec of ct_ID * ct_BINDER_LIST * ct_FORMULA * ct_FORMULA and ct_COFIX_REC_LIST = CT_cofix_rec_list of ct_COFIX_REC * ct_COFIX_REC list and ct_COFIX_TAC_LIST = @@ -276,7 +276,8 @@ and ct_FIX_BINDER = and ct_FIX_BINDER_LIST = CT_fix_binder_list of ct_FIX_BINDER * ct_FIX_BINDER list and ct_FIX_REC = - CT_fix_rec of ct_ID * ct_BINDER_NE_LIST * ct_ID_OPT * ct_FORMULA * ct_FORMULA + CT_fix_rec of ct_ID * ct_BINDER_NE_LIST * ct_ID_OPT * + ct_FORMULA * ct_FORMULA and ct_FIX_REC_LIST = CT_fix_rec_list of ct_FIX_REC * ct_FIX_REC list and ct_FIX_TAC_LIST = |
