14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
|
module statics
|
||
|
|
||
|
imports
|
||
|
|
||
|
signatures/-
|
||
|
|
||
|
rules
|
||
|
|
||
|
init ^ (s) := new s.
|
||
|
|
||
|
[[ Empty() ^ (s) ]] :=
|
||
|
false | note "Specify name binding and typing rules in statics.nabl2".
|
||
|
|