Difference between pages "Template:L machine" and "Template:L param"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Mathieu
m
 
imported>Mathieu
m (New page: <noinclude> ==Usage== Template use to typeset a parameter in an event-b listing. ==Example== {{l_machine|AntiCollide}} {{l_refines|Safety}} {{l_sees|Network}} {{l_component|Acyclic}} {{l_...)
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Template use to typeset a machine name in an event-b listing.
+
Template use to typeset a parameter in an event-b listing.
 
==Example==
 
==Example==
  
Line 10: Line 10:
 
{{l_Variables|v1}}
 
{{l_Variables|v1}}
 
{{l_variable|v2}}
 
{{l_variable|v2}}
{{l_invariants}}
+
{{l_event|control}}
{{l_invariant|inv1|v2 <math>\in</math> BOOL}}
+
{{l_parameters}}
{{l_theorems}}
+
{{l_param|a}}
{{l_theorem|inv1|v2 <math>\in</math> BOOL}}
+
{{l_end_event}}
 
{{l_end}}
 
{{l_end}}
  
Line 19: Line 19:
 
==Template==
 
==Template==
 
</noinclude><!--
 
</noinclude><!--
-->
+
--><p class="typeset-l_param">{{{1}}}</p>
<div class="typeset-listing">
 
<p class="typeset-l_clause" >MACHINE</p>
 
<p class="typeset-l_component" >{{{1}}}</p>
 

Latest revision as of 14:15, 26 February 2009

Usage

Template use to typeset a parameter in an event-b listing.

Example

MACHINE

AntiCollide

REFINES

Safety

SEES

Network

Acyclic

VARIABLES

v1

v2

control ≙
// not extended and no convergence

ANY

a

END

END

Template

{{{1}}}