Skip to Content.
Sympa Menu

maude-help - [Maude-help] Wadler's expression problem and Maude

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

[Maude-help] Wadler's expression problem and Maude


Chronological Thread 
  • From: pbrowne <Patrick.Browne AT comp.dit.ie>
  • To: maude-help AT cs.uiuc.edu
  • Subject: [Maude-help] Wadler's expression problem and Maude
  • Date: Thu, 31 Dec 2009 11:44:19 +0000
  • List-archive: <http://lists.cs.uiuc.edu/mailman/private/maude-help>
  • List-id: <maude-help.cs.uiuc.edu>

hi,
I have a question concerning Wadler's expression problem[1] for
algebraic data types. In relation to Haskells type classes is easy to
add a new operations on existing data types, it requires only the
definition of a new function. All the old functions on those types
continue to work unchanged. On the other hand, it is difficult to add
new structure to an existing data type: it requires the addition of a
new constructor for the existing data type.

Questions:
1)Does expression problem exist in Maude?
2)If it does not exist in Maude, is there an illustrative example available?


Pat

[1]http://en.wikipedia.org/wiki/Expression_Problem





Archive powered by MHonArc 2.6.16.

Top of Page