--- a/src/HOL/Matrix/SparseMatrix.thy Fri Jun 17 11:35:35 2005 +0200
+++ b/src/HOL/Matrix/SparseMatrix.thy Fri Jun 17 16:12:49 2005 +0200
@@ -1,4 +1,4 @@
-theory SparseMatrix = Matrix:
+theory SparseMatrix imports Matrix begin
types
'a spvec = "(nat * 'a) list"