/* coast
Consult files for Roller Coaster Problems
Alan Bundy 7.4.81 */

:-[
	top,		% Top level stuff
	predict		% Motion Prediction
	paths,		% Inference Rules  for paths
	angle,		% Inference rules for angles
	rules,		% Other inference rules, inc defaults
	parity,		% Switching paritys this way and that
	energy,		% Conservation of Energy Formulae
	schema,		% Motion schema
	hack,		% Make cc create types for isa
	mk2,		% Meta-level knowledge
	qik		% Quick restore and save
],

load([
	typ2		% Type definitions
]).


