mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
Estimated hours taken: 0.75 Fix a bug which prevented bootstrapping in MLDS grades. browser/program_representation.m: Export to C a function ML_goal_rep_type() which returns the type_info for a goal_rep. trace/mercury_trace_internal.c: Use ML_goal_rep_type(), rather than hard-coding the mangled name for the type_ctor_info. (The hard-coded mangled name was wrong for MLDS grades.)