theory Guess_Examples imports"Pure-Examples.Higher_Order_Logic"Guess begin
typedecl t instance t :: type ..
notepad begin have1: "∃x :: 'a. x = x"by (intro exI refl)
from1guess .. from1guess x .. from1guess x :: 'a .. from1guess x :: t ..
have2: "∃(x::'c) (y::'d). x = x ∧ y = y"by (intro exI conjI refl) from2guessapply - apply (erule exE conjE)+ done from2guess x apply - apply (erule exE conjE)+ done from2guess x y apply - apply (erule exE conjE)+ done from2guess x :: 'a and y :: 'b apply - apply (erule exE conjE)+ done from2guess x y :: t apply - apply (erule exE conjE)+ done end
end
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.8 Sekunden
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.