From: Philippe de R. <ph...@fr...> - 2010-09-20 06:32:42
|
Hello, after typing the following code (copied from "Formal Specification in Z" by D Lightfoot) in Eclipse, I got an error message stating that AIRPORT' is undeclared (in Init). Why is that? Many thanks. Philippe ─ section Airline parents standard_toolkit └ ─ [ PLANE ] └ ─ [ GATE ] └ ┌ AIRPORT waiting: ℙ PLANE assignment: GATE ↣ PLANE | waiting ∩ ran assignment = ∅ └ ┌ Init AIRPORT′ | waiting′ = ∅ empty′ = ∅ └ |