File: metaMeta.expected

package info (click to toggle)
maude 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,480 kB
  • sloc: cpp: 133,192; makefile: 2,180; yacc: 1,984; sh: 1,373; lex: 886
file content (10 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
==========================================
reduce in META-LEVEL : metaRewrite(['FOO], 'a.Foo, 10) .
rewrites: 3
result ResultPair: {'b.Foo, 'Foo}
==========================================
reduce in META-LEVEL : metaRewrite(['SELF-REFLECTION], 'r[''a.Foo.Constant],
    10) .
rewrites: 7
result ResultPair: {''b.Foo.Constant, 'Constant}
Bye.