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 11: | Line 11: | ||
{{l_variable|v2}} | {{l_variable|v2}} | ||
{{l_invariants}} | {{l_invariants}} | ||
{{l_invariant|inv1|v2 <math>\in<math> BOOL}} | {{l_invariant|inv1|v2 <math>\in</math> BOOL}} | ||
{{l_end}} | {{l_end}} | ||
Revision as of 14:51, 23 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
END
Template
MACHINE
{{{1}}}