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

Quelle  univ.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 { Set Implicit Arguments. }
ADD { Record dynamic := dyn { dyn_type : Type; dyn_value : dyn_type }. }
ADD { Lemma dyn_inj_type : forall A1 A2 (x1:A1) (x2:A2), dyn x1 = dyn x2 -> A1 = A2. }
ADD { Proof. }
ADD { now intros A1 A2 x1 x2 [= e1 e2]. }
ADD { Qed. }
JOIN

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]