/* interv.
Load files for testing interval stuff
Use with UTIL
Alan Bundy 15.6.81 */

:- compile([
	int,		% My interval stuff
'extras:gportr'		% General portray
]).

:- [
	test,		% Test examples for paper
	probs,		% Current problems
'arith:odds',		% odd stuff from eval
	qik		% Quick save and restore
].
