Skip to Content.
Sympa Menu

maude-help - Re: [Maude-help] Module importation

maude-help AT lists.siebelschool.illinois.edu

Subject: Maude-help mailing list

List archive

Re: [Maude-help] Module importation


Chronological Thread 
  • From: Steven Eker <eker AT csl.sri.com>
  • To: maude-help AT cs.uiuc.edu
  • Cc: Paolo Picci <paolo.picci AT gmail.com>
  • Subject: Re: [Maude-help] Module importation
  • Date: Sat, 7 May 2011 13:06:30 -0700
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/maude-help>
  • List-id: <maude-help.cs.uiuc.edu>
  • Organization: SRI International

It means you've imported the same module twice, perhaps once via a renaming,
without renaming all the sorts (in particular EqSet&RlsSet) so now there is
confusion between the two copies of this sort, and potentially operators
defined on it.

However these are only advisories - Maude will bash sorts with the same name
together in an ungraceful manner and press on. There must be a more serious
problem for a module not to be importable - presumably it was lost in the ....

Without the actual code it's hard to be more specific.

Steven

On Saturday 07 May 2011 12:56:18 pm Paolo Picci wrote:
> help please
> i have this error and i dont have any idea about that
>
> Advisory: "ruleInterface.maude", line 340 (mod RULES-INTERFACE): sort
> EqSet&RlsSet has been imported from both "full-maude.maude", line 1422
> (fmod MODULE-HANDLING) and "full-maude.maude", line 1422
> (fmod MODULE-HANDLING).
> ....
> ....
> Advisory: "ruleInterface.maude", line 340 (mod RULES-INTERFACE): operator
> upDown# has been imported from both "full-maude.maude", line 5262 (fmod
> META-NARROWING-SEARCH) and "full-maude.maude", line
> 5262 (fmod META-NARROWING-SEARCH) with no common ancestor.
> Warning: "ruleInterface.maude", line 340 (mod RULES-INTERFACE): this module
> contains one or more errors that could not be patched up and thus it cannot
> be used or imported.
> Advisory: redefining module RULE-TRANS.
> Warning: "Main.maude", line 37 (mod RULE-TRANS): unable to use module
> RULES-INTERFACE due to unpatchable errors.
>




Archive powered by MHonArc 2.6.16.

Top of Page