mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 04:43:53 +00:00
These are due to:
- differences between module and file names.
- redundant imports
- the recent change from math.domain_error -> exception.domain_error.
benchmarks/*/*.m:
extras/*/*.m:
As above.
xlib.m A very low-level Mercury wrapper around (parts of) Xlib. easyx.m A nice little graphics library. testeasyx.m A simple demonstration program. moveball.m An orange ball follows the mouse pointer. scribble.m A trivial drawing program. bounce.m A bouncing-ball game. mclock.m A clock.