Skip to content
Snippets Groups Projects
Commit b274a9d6 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 2000-08-29 16:36:23 by simonpj]

Remove redundant imports
parent 8f918dc1
No related merge requests found
% -----------------------------------------------------------------------------
% $Id: Array.lhs,v 1.13 2000/06/30 13:39:35 simonmar Exp $
% $Id: Array.lhs,v 1.14 2000/08/29 16:36:23 simonpj Exp $
%
% (c) The University of Glasgow, 1994-2000
%
......@@ -42,7 +42,6 @@ module Array
#ifndef __HUGS__
import Ix
import PrelList
import PrelShow
import PrelArr -- Most of the hard work is done here
import PrelBase
#else
......
% -----------------------------------------------------------------------------
% $Id: PrelArrExtra.lhs,v 1.10 2000/06/30 13:39:35 simonmar Exp $
% $Id: PrelArrExtra.lhs,v 1.11 2000/08/29 16:36:23 simonpj Exp $
%
% (c) The University of Glasgow, 1994-2000
%
......@@ -21,7 +21,6 @@ import PrelByteArr
import PrelST
import PrelIOBase
import PrelBase
import PrelGHC
\end{code}
%*********************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment