File: attributeBugsNovember2020.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 (87 lines) | stat: -rw-r--r-- 3,231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Warning: <standard input>, line 11 (fmod ITER-ARITY): iter operator f has 2
    domain sorts rather than 1.
Warning: <standard input>, line 12 (fmod ITER-ARITY): iter operator g has 0
    domain sorts rather than 1.
==========================================
reduce in ITER-ARITY : f(a, b) .
rewrites: 0
result Foo: f(a, b)
==========================================
reduce in ITER-ARITY : g .
rewrites: 0
result Foo: g
Warning: <standard input>, line 21 (fmod ITER-ASSOC): iter operator f has 2
    domain sorts rather than 1.
==========================================
reduce in ITER-ASSOC : f(a, b) .
rewrites: 0
result Foo: f(a, b)
Warning: <standard input>, line 31 (fmod POLY-ITER-ARITY): iter operator f has
    2 domain sorts rather than 1.
Warning: <standard input>, line 32 (fmod POLY-ITER-ARITY): iter operator g has
    0 domain sorts rather than 1.
==========================================
reduce in POLY-ITER-ARITY : f(a, b) .
rewrites: 0
result [Foo4]: f(a, b)
Warning: <standard input>, line 37: ambiguous term, two parses are:
[Bar] : (g).Bar
-versus-
[Foo4] : (g).Foo4

Arbitrarily taking the first as correct.
==========================================
reduce in POLY-ITER-ARITY : (g).Bar .
rewrites: 0
result [Bar]: (g).Bar
Warning: <standard input>, line 42 (fmod POLY-ITER-ASSOC): iter operator f has
    2 domain sorts rather than 1.
==========================================
reduce in POLY-ITER-ASSOC : f(a, b) .
rewrites: 0
result [Foo4]: f(a, b)
Warning: <standard input>, line 52 (fmod ITER-KINDS): iter operator f has a
    domain sort Foo in a different connected component from its range sort Bar.
Warning: <standard input>, line 53 (fmod ITER-KINDS): iter operator g has a
    domain sort Bar in a different connected component from its range sort Foo.
==========================================
reduce in ITER-KINDS : f(a) .
rewrites: 0
result Bar: f(a)
==========================================
reduce in ITER-KINDS : g(x) .
rewrites: 0
result Foo: g(x)
Warning: <standard input>, line 65 (fmod POLY-ITER-KINDS): iter operator f has
    a polymorphic domain sort  but a range sort Foo.
Warning: <standard input>, line 66 (fmod POLY-ITER-KINDS): iter operator g has
    a domain sort Foo but a polymorphic range sort.
==========================================
reduce in POLY-ITER-KINDS : f(x) .
rewrites: 0
result Foo: f(x)
Warning: <standard input>, line 73: ambiguous term, two parses are:
[Bool] : (g(a)).Bool
-versus-
[Foo4] : (g(a)).Foo4

Arbitrarily taking the first as correct.
==========================================
reduce in POLY-ITER-KINDS : (g(a)).Bool .
rewrites: 0
result [Bool]: (g(a)).Bool
Warning: <standard input>, line 78 (fmod COMM-ID-IDEM-IGNORED): comm operator f
    has 1 rather than 2 domain sorts.
Warning: <standard input>, line 78 (fmod COMM-ID-IDEM-IGNORED): id operator f
    has 1 rather than 2 domain sorts.
Warning: <standard input>, line 78 (fmod COMM-ID-IDEM-IGNORED): idem operator f
    has 1 rather than 2 domain sorts.
==========================================
reduce in COMM-ID-IDEM-IGNORED : f(a) .
rewrites: 0
result Foo: f(a)
==========================================
reduce in COMM-ID-IDEM-IGNORED : f^2(a) .
rewrites: 0
result Foo: f^2(a)
Bye.