mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
E1: C1 CALL pred mismatch_on_call.main/2-0 (det) mismatch_on_call.m:17
|
|
mdb> mdb> mdb> Contexts will not be printed.
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb>
|
|
E2: C2 CALL pred mismatch_on_call.p/4-0 (det)
|
|
mdb> f
|
|
E3: C2 EXIT pred mismatch_on_call.p/4-0 (det)
|
|
mdb> dd -d 3 -n 7
|
|
p(1, 2, 204, 202)
|
|
Valid? b 4
|
|
browser> mark
|
|
+(102, 100) = 202
|
|
Valid? n
|
|
Found incorrect contour:
|
|
+(102, 100) = 202
|
|
Is this a bug? y
|
|
E4: C3 EXIT func int.+/2-0 (det)
|
|
mdb> quit -y
|