Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/xul/test/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 908 B image not shown  

Quelle  Search_headconcl.v   Sprache: unbekannt

 
(* Some tests of the Search command *)

Search headconcl: le.    (* app nodes *)
Search headconcl: bool.     (* no apps *)
Search headconcl: (@eq nat).   (* complex pattern *)

Definition newdef := fun x:nat => x = x.

Goal forall n:nat, newdef n -> False.
  intros n h.
  Search headconcl: newdef.             (* search hypothesis *)
Abort.


Goal forall n (P:nat -> Prop), P n -> False.
  intros n P h.
  Search headconcl: P.                  (* search hypothesis also for patterns *)
Abort.

Messung V0.5 in Prozent
C=92 H=97 G=94

[Dauer der Verarbeitung: 0.4 Sekunden, vorverarbeitet 2026-06-04]