Files
mercury/compiler
David Jeffery d0e7584c8e Add a new predicate, type_util__real_vars, which is the same
Estimated hours taken: 8
                (including a few misguided tries...)

compiler/type_util.m:
        Add a new predicate, type_util__real_vars, which is the same
        as type_util__vars except it doesn't count type-info variables.
compiler/{continuation_info.m, hlds_pred.m, trace.m}:
        Use type_util__real_vars rather than type_util__vars since the
        latter was causing problems when calculating the live type-infos,
        and causing the failure of the test case
        tests/hard_coded/existential_rtti.m in debug grade.
2000-02-16 02:15:39 +00:00
..
1999-11-11 01:37:28 +00:00
1999-11-03 04:14:39 +00:00
1999-10-27 05:36:47 +00:00
2000-02-08 15:08:12 +00:00
1999-12-03 20:22:45 +00:00
2000-01-24 17:47:15 +00:00
1999-09-07 05:48:54 +00:00