Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/ZF/Coind/   (Beweissystem Isabelle Version 2025-1©)  Datei vom 16.11.2025 mit Größe 1006 B image not shown  

Quelle  Language.thy

  Sprache: Isabelle
 

(*  Title:      ZF/Coind/Language.thy
  Author: Jacob Frost, Cambridge University Computer Laboratory
  Copyright 1995 University of Cambridge
*)

theory Language imports ZF begin


textthese really can't be definitions without losing the abstraction

axiomatization
  Const :: i  and               (* Abstract type of constants *)
  c_app :: "[i,i] ==> i"         (* Abstract constructor for fun application*)
where
  constNEE:  "c Const ==> c 0" and
  c_appI:    "[c1 Const; c2 Const] ==> c_app(c1,c2) Const"


consts
  Exp   :: i                    (* Datatype of expressions *)
  ExVar :: i                    (* Abstract type of variables *)

datatype
  "Exp" = e_const ("c Const")
        | e_var ("x ExVar")
        | e_fn ("x ExVar","e Exp")
        | e_fix ("x1 ExVar","x2 ExVar","e Exp")
        | e_app ("e1 Exp","e2 Exp")

end

Messung V0.5 in Prozent
C=75 H=100 G=88

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-04-28) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.