Files
mercury/extras/graphics/easyx
Julien Fischer 84e2536618 Fix minor compilation problems in extras and benchmarks.
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.
2020-05-15 16:00:41 +10:00
..

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.