----------------------------------------------------------------------------- -- Dummy module to import all of the standard libraries; programmers should -- normally be more selective than this when it comes to specifying the -- modules that a particular program depends on. -- -- Suitable for use with Hugs 1.3. ----------------------------------------------------------------------------- module StdLibs where import Array import Char import Complex import List import IO import Ix import Maybe import Monad import Rational import System -----------------------------------------------------------------------------