theory utp_meta_subst imports utp_subst utp_tactics begin
text‹ Meta substitution substitutes a HOL variable in a UTP expression for another UTP expression.
It is analogous to UTP substitution, but acts on functions. ›
lift_definition msubst :: "('b ==> ('a, 'α) uexpr) ==> ('b, 'α) uexpr ==> ('a, 'α) uexpr" is"λ F v b. F (v b) b" .
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.