Skip to Content.
Sympa Menu

maude-help - [Maude-help] Wildcard symbol

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

[Maude-help] Wildcard symbol


Chronological Thread 
  • From: Matthew Rocklin <mrocklin AT cs.uchicago.edu>
  • To: maude-help AT cs.uiuc.edu
  • Subject: [Maude-help] Wildcard symbol
  • Date: Fri, 11 May 2012 07:53:34 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/maude-help>
  • List-id: <maude-help.cs.uiuc.edu>

I'm looking for a wildcard symbol. 

I.e. imagine I have an operation like this

op F : Char Nat String Float -> Bool .

And I want a rule that says, if the first char is an 'a', make it an "A". I want to write this rule like this:

eq F("a", _, _, _) = F("A", _, _, _) .

Is there a clean way to do this in Maude?

Best,
-- 
Matthew Rocklin
University of Chicago
Computer Science PhD Student




Archive powered by MHonArc 2.6.16.

Top of Page