Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/scscp/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.7.2025 mit Größe 2 kB image not shown  

Quelle  bug_2295.v   Sprache: unbekannt

 
(* Check if omission of "as" in return clause works w/ section variables too *)

Section sec.

Variable b: bool.

Definition d' :=
  (match b return b = true \/ b = false with
  | true => or_introl _ (refl_equal true)
  | false => or_intror _ (refl_equal false)
  end).

End sec.

Messung V0.5
C=95 H=89 G=91

[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]