aboutsummaryrefslogtreecommitdiffhomepage
path: root/PROBLEMES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-14 01:41:11 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-14 01:41:11 +0000
commit01603706ebf60b8c268a444fb645132acf448060 (patch)
treef87adab8f29ad743fa4711eee865e04d0b2c8f2e /PROBLEMES
parentd3a4c8bb7a9d5d7a0b7a85bce4ae4040c562b78a (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1100 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'PROBLEMES')
-rw-r--r--PROBLEMES7
1 files changed, 5 insertions, 2 deletions
diff --git a/PROBLEMES b/PROBLEMES
index c6cda0e7f..08bd848fc 100644
--- a/PROBLEMES
+++ b/PROBLEMES
@@ -12,7 +12,9 @@ MUTUAL-EXCLUSION/binary/version1/Soundness.v
l'entree numarg de g_tactic.ml4 accepte aussi des id... (pour les
binding je pense) d'ou des erreurs de syntaxe ... pure_numarg est
-plus sūr
+plus sūr
+REPONSE PROVISOIRE: si c'est pour Specialize, faudrait en changer la
+syntaxe, elle est incompatible avec L_tac.
Associativite Repeat Orelse changee
Repeat A Orelse B se lit (Repeat A) Orelse B
@@ -21,7 +23,8 @@ ce n'est pas malin car Repeat A n'echoue jamais
les parentheses ne sont pas autorises autour de
motifs constants :
> Check [n:nat]Cases n of (O) => true | _ => false end.
-Syntax error: 'as' or ',' or [ne_pattern_list] expected after [Constr.pattern] (in [compound_pattern])
+Syntax error: 'as' or ',' or [ne_pattern_list] expected after
+[Constr.pattern] (in [compound_pattern]) ...CORRIGE
CONTRIBS
---------