diff options
| -rw-r--r-- | KNOWN-BUGS | 3 | ||||
| -rw-r--r-- | PROBLEMES | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/KNOWN-BUGS b/KNOWN-BUGS index c36c34e915..73f4430bcc 100644 --- a/KNOWN-BUGS +++ b/KNOWN-BUGS @@ -17,3 +17,6 @@ - The syntax "Specialize num ident" is temporarily not accepted outside "Tactic Definition". Syntax "Specialize ident" is OK. +- New Induction fails for mutual inductive elimination + +- Elim fails with eliminators not imported
\ No newline at end of file @@ -67,8 +67,10 @@ l'environnement de la preuve de ce théorème Rocq/TreeAutomata File "./defs.v", line 309, characters 34-47 Error: Not a recursive eliminator: some induction hypothesis is lacking +--> Bug NewInduction... + File "./lattice_fixpoint.v", line 29, characters 44-57 -Anomaly: Search error. Please report. +--> Problème de lookup_eliminator (effet de bord sur le schéma d'élimination) Rocq/RATIONAL --> Des fichiers ML à porter |
