Template:L machine: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Mathieu mNo edit summary |
imported>Mathieu mNo edit summary |
||
Line 20: | Line 20: | ||
</noinclude><!-- | </noinclude><!-- | ||
--> | --> | ||
<div class="typeset-listing | <div class="typeset-listing"> | ||
<p class="typeset-l_clause | <p class="typeset-l_clause" >MACHINE</p> | ||
<p class="typeset-l_component | <p class="typeset-l_component" >{{{1}}}</p> |
Revision as of 10:13, 26 February 2009
Usage
Template use to typeset a machine name in an event-b listing.
Example
MACHINE
AntiCollide
REFINES
Safety
SEES
Network
Acyclic
VARIABLES
v1
v2
INVARIANTS
inv1 :
v2 BOOL
THEOREMS
inv1 :
v2 BOOL
END
Template
MACHINE
{{{1}}}