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 397 B image not shown  

Quelle  reopen1.fake   Sprache: unbekannt

 
# Script simulating a dialog between rocqide and coqtop -ideslave
# Run it via fake_ide
#
# jumping outside the focused zone should signal an unfocus.
 
# first proof
ADD here { Goal True. }
ADD here1 { Proof. }
ADD { Qed. }
WAIT
EDIT_AT here1
EDIT_AT here
# fwd again
ADD here2 { Proof. }
ADD here3 { Qed. }
WAIT
EDIT_AT here2
# Fixing the proof
ADD { Proof. }
ADD { trivial. }
ADD { Qed. }
JOIN

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]