mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Replace __ with . as the module qualifier symbol. Replace references to io.state with just io. Replace DCGs with state variables. Replace (C->T;E) syntax for if-then-elses with (if C then T else E) syntax. Replace if-then-elses with switches when possible and where this does not affect what is being tested. Replace separate pred and mode declarations with predmode declarations. Put predicate and function declarations just before the definition of the predicate or function. Delete unneeded module qualifications on predicate and function declarations and definitions. Update .exp files (and if needed, .inp files) for the line number changes that result from the above. For tests that have more than one .exp file and where one of those files is affected by the above, add a section to the source file header that says which .exp file is for what grade, with XXXs for the (as yet) unknown parts.
22 lines
605 B
Plaintext
22 lines
605 B
Plaintext
E1: C1 CALL pred tabled_read_unitize.main/2-0 (det) tabled_read_unitize.m:22
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> register --quiet
|
|
mdb> context none
|
|
Contexts will not be printed.
|
|
mdb> table_io allow
|
|
mdb> table_io start
|
|
I/O tabling started.
|
|
mdb> break unitize
|
|
0: + stop interface pred tabled_read_unitize.unitize/4-0 (det)
|
|
mdb> continue
|
|
E2: C2 CALL pred tabled_read_unitize.unitize/4-0 (det)
|
|
mdb> finish -a
|
|
E3: C2 EXIT pred tabled_read_unitize.unitize/4-0 (det)
|
|
mdb> retry -f
|
|
E2: C2 CALL pred tabled_read_unitize.unitize/4-0 (det)
|
|
mdb> continue -S
|
|
123
|
|
4506
|
|
789
|