Files
mercury/browser
Julien Fischer d77a8ff8a3 Fix the interactive query mechanism in the debugger.
Estimated hours taken: 0.2
Branches: main

Fix the interactive query mechanism in the debugger.  It wasn't
working because the generated query programs did not import the
solutions module.

browser/interactive_query.m:
	Import the solutions module in the generated query program.

	Minor formatting fixes.
2006-05-08 07:28:52 +00:00
..