Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/Roqc/test-suite/ide/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 455 B image not shown  

Quelle  reopen.fake   Sprache: unbekannt

 
# Script simulating a dialog between rocqide and coqtop -ideslave
# Run it via fake_ide
#
# jumping between broken proofs + interp error while fixing.
# the error should note make the GUI unfocus the currently focused proof.
 
# first proof
ADD { Lemma a : True. }
ADD here { Proof using. }
ADD { fail. }
ADD { trivial. } # first error
ADD { Qed. }
WAIT
EDIT_AT here
# Fixing the proof
ADD fix { trivial. }
ADD { Qed. }
WAIT
EDIT_AT fix
ADD { Qed. }
JOIN

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]