[Small modifications of the html documentation nordland@csee.ltu.se**20081023125339] { hunk ./doc/summary/expr.html 245 -common for implicit struct types, as here. See implicit types for +common for structs defined to be type classes, as here. See the section on type classes for hunk ./doc/summary/expr.html 273 -in interfaces. +in interfaces. In contrast to actions and requests, a procedure always reads and writes the local state +of its caller, irrespective of the scope in which it was defined. hunk ./doc/summary/java.html 57 - result Prog {..} + result Counter {..} hunk ./doc/summary/java.html 63 - here Prog {..} means: assemble a value of type Prog + here Counter {..} means: assemble a value of type Counter hunk ./doc/summary/lex.html 34 -An identifier consists of a letter followed first by zero or more letters, digits, single quotes and underscores. +An identifier consists of a letter followed by zero or more letters, digits, single quotes and underscores. hunk ./doc/summary/lex.html 39 -action after before case class data do -default else elsif forall if import implicit -in let module new of private request -result struct then type use where while +action after before case class data +do default else elsif forall if +import in instance let module new +of private request result struct then +type typeclass use where while hunk ./doc/summary/tclass.html 59 -Num to be a type class, following the terminology introduced in Haskell: +Num to be a type class, loosely following the terminology introduced in Haskell: hunk ./doc/summary/tclass.html 72 -
The command after t act - adds duration t to bl to give the baseline for - act, unless that baseline would denote an already passed - time instance, in which case the baseline becomes the current time.
The command before t act - adds duration t to dl to give the deadline - for act.
The expression after t act + sets the effective baseline for act to the current baseline plus t. +
The expression before t act sets + the effective deadline for act to its effective baseline plus t.
Special case: if the baseline denoted by an after construct is an already passed time instant, + the effective baseline of the reaction is rounded off to the actual time of the call. }