Inductive Programming / Test/   --directory of simple test programs.
 
 ./<blah>.hs is a test program for <blah>.hs; the latter can be found in the Inductive Programming / IP directory.
 
To compile and run such a test:
cd to the ../ directory!
ghc --make Test/<blah>
a.out
 
Tests:
CTrees.hs, MixtureModels.hs,
Models.hs, T.hs, FnModels.hs, TSModels.hs,
Classes.hs,
Sci.hs, Utilities.hs.