Skip to Content.
Sympa Menu

maude-help - Re: [Maude-help] Views to parameterized modules

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

Re: [Maude-help] Views to parameterized modules


Chronological Thread 
  • From: Konrad Hinsen <konrad.hinsen AT fastmail.net>
  • To: maude-help AT cs.uiuc.edu
  • Subject: Re: [Maude-help] Views to parameterized modules
  • Date: Fri, 5 Dec 2014 09:50:29 +0100
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/maude-help/>
  • List-id: <maude-help.cs.uiuc.edu>

Hi Steven,

> Core Maude doesn't support parameterized views, though in principle it's
> not a difficult feature to add. I believe Full Maude does, so there is a
> worked out design. On-the-fly views would certainly be doable but there
> are no plans to add them.

> Now I think of it, Maude's immediate predecessor, OBJ3 had the notional
> of principal sorts, and the ability to guess views. I imagine something
> similar could be done in Maude by taking the largest user sort in a
> target module as principal.

Thanks for your comments. I had a quick look at OBJ3 which indeed has
a mechanism for automatically generating simple views, in particular
from TRIV. That covers 95% of the views I have used so far, so from
my perspective such a mechanism is very useful.

Back to my immediate problem: Do I understand correctly that for
using lists whose elements are sorts from a parametrized module,
I need to use Full Maude? In that case, I think it's simpler to
re-implement a specialized version of LIST for this case.

Konrad.




Archive powered by MHonArc 2.6.16.

Top of Page