Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  Code_Generator.thy

  Sprache: Isabelle
 

(*  Title:   Tools/Code_Generator.thy
    Author:  Florian Haftmann, TU Muenchen
*)


section Loading the code generator and related modules

theory Code_Generator
imports Pure
keywords
  "print_codeproc" "code_thms" "code_deps" :: diag and
  "export_code" "code_identifier" "code_printing" "code_reserved"
    "code_monad" "code_reflect" :: thy_decl and
  "checking" and
  "datatypes" "functions" "module_name" "file" "file_prefix"
    "constant" "type_constructor" "type_class" "class_relation" "class_instance" "code_module"
    :: quasi_command
begin

ML_file ~~/src/Tools/cache_io.ML
ML_file ~~/src/Tools/Code/code_preproc.ML
ML_file ~~/src/Tools/Code/code_symbol.ML
ML_file ~~/src/Tools/Code/code_thingol.ML
ML_file ~~/src/Tools/Code/code_simp.ML
ML_file ~~/src/Tools/Code/code_printer.ML
ML_file ~~/src/Tools/Code/code_target.ML
ML_file ~~/src/Tools/Code/code_namespace.ML
ML_file ~~/src/Tools/Code/code_ml.ML
ML_file ~~/src/Tools/Code/code_haskell.ML
ML_file ~~/src/Tools/Code/code_scala.ML

code_datatype "TYPE('a::{})"

definition holds :: "prop" where
  "holds ((λx::prop. x) (λx. x))"

lemma holds: "PROP holds"
  by (unfold holds_def) (rule reflexive)

code_datatype holds

lemma implies_code [code]:
  "(PROP P ==> PROP holds) PROP holds"
  "(PROP holds ==> PROP P) PROP P"
proof -
  show "(PROP holds ==> PROP P) PROP P"
  proof
    assume "PROP holds ==> PROP P"
    then show "PROP P" using holds .
  next
    assume "PROP P"
    then show "PROP P" .
  qed
next
  show "(PROP P ==> PROP holds) PROP holds"
    by rule (rule holds)+
qed  

ML_file ~~/src/Tools/Code/code_runtime.ML
ML_file ~~/src/Tools/nbe.ML

hide_const (open) holds

end

Messung V0.5 in Prozent
C=77 H=100 G=89

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-29) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik