Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/HOL/Statespace/   (Isabelle Prover Version 2025-1©)  Datei vom 16.11.2025 mit Größe 1 kB image not shown  

Quelle  StateSpaceSyntax.thy

  Sprache: Isabelle
 

(*  Title:      HOL/Statespace/StateSpaceSyntax.thy
    Author:     Norbert Schirmer, TU Muenchen
*)


section Syntax for State Space Lookup and Update \label{sec:StateSpaceSyntax}
theory StateSpaceSyntax
imports StateSpaceLocale
begin

text The state space syntax is kept in an extra theory so that you
  choose if you want to use it or not.


syntax 
  "_statespace_lookup" :: "('a 'b) 'a 'c"  (__ [606060)
  "_statespace_update" :: "('a 'b) 'a 'c ('a 'b)"
  "_statespace_updates" :: "('a 'b) updbinds ('a 'b)"  (_🚫 [9000900)

translations
  "_statespace_updates f (_updbinds b bs)" ==
    "_statespace_updates (_statespace_updates f b) bs"
  "s<x:=y>" == "_statespace_update s x y"


parse_translation

 [(syntax_const_statespace_lookup, StateSpace.lookup_tr),
 (syntax_const_statespace_update, StateSpace.update_tr)]
 



print_translation

 [(const_syntaxlookup, StateSpace.lookup_tr'),
 (const_syntaxupdate, StateSpace.update_tr')]
 


end

Messung V0.5 in Prozent
C=53 H=40 G=46

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-30) ¤

*© 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.