File r37/packages/mathpr/mathpr.red from the latest check-in
module mathpr; % Header module for mathpr package. % Author: Anthony C. Hearn. create!-package('(mathpr mprint sqprint ratprin dfprin % prend specprin fortpri), nil); flag('(mathpr),'core_package); endmodule; end;