mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 03:45:33 +00:00
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
E1: C1 CALL pred ho5.main/2-0 (cc_multi) ho5.m:14
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> register --quiet
|
|
mdb> break p
|
|
0: + stop interface pred ho5.p/2-0 (det)
|
|
mdb> continue
|
|
E2: C2 CALL pred ho5.p/2-0 (det) ho5.m:24 (exception.m:NNNN)
|
|
mdb> finish
|
|
E3: C2 EXCP pred ho5.p/2-0 (det) c2; ho5.m:24 (exception.m:NNNN)
|
|
mdb> dd -d 3 -n 7
|
|
Call p(1, _)
|
|
Throws zero
|
|
Expected? no
|
|
q(1, 0)
|
|
Valid? yes
|
|
Call r(0, _)
|
|
Throws zero
|
|
Expected? yes
|
|
Found unhandled or incorrect exception:
|
|
p(1, _)
|
|
zero
|
|
Is this a bug? yes
|
|
E3: C2 EXCP pred ho5.p/2-0 (det) c2; ho5.m:24 (exception.m:NNNN)
|
|
mdb> continue
|
|
exception(univ_cons('<<function>>'))
|
|
E4: C3 CALL pred ho5.p/2-0 (det) ho5.m:24 (exception.m:NNNN)
|
|
mdb> finish
|
|
E5: C3 EXCP pred ho5.p/2-0 (det) c2; ho5.m:24 (exception.m:NNNN)
|
|
mdb> dd -d 3 -n 7
|
|
Call p(2, _)
|
|
Throws zero
|
|
Expected? no
|
|
q(2, 0)
|
|
Valid? yes
|
|
Found unhandled or incorrect exception:
|
|
p(2, _)
|
|
zero
|
|
Is this a bug? yes
|
|
E5: C3 EXCP pred ho5.p/2-0 (det) c2; ho5.m:24 (exception.m:NNNN)
|
|
mdb> continue
|
|
exception(univ_cons('<<function>>'))
|