Re: context/world and asserting in multiple contexts

"Kambiz Darabi" <[email protected]> Wed, 22 Nov 2006 14:42:48 +0100
Newsgroups gmane.comp.ai.powerloom
Message-ID <[email protected]>
> If they are arranged hierarchically, then you can just make
> the assertion in the higher level module and have it then
> be visible (via inheritance) in the lower level modules.
> This applies for assertions made at any time.

Thank you for the hint. 

In defmodule, can one use :includes with multiple other modules?
IOW have modules a single inheritance hierarchy? The manual entry
for defmodule seem to suggest that.

But when I tried, it looked like a module had only one parent. Or
maybe I made a mistake while declaring the modules.

Anyway, thank you.


Kambiz