GHC makefile

2000-03-28 Thread Jan Kort
I have a system that is compossed of many small libraries and binaries. I wanted to be able to move the sources of some of these libraries and binaries to other systems without a lot of change. So, I choose to have an "install" for each library and binary. This works really well, but there's 1 pr

Specialization and complicated (?) types

2000-03-28 Thread Carsten Schultz
Hallo everyone, I have a problem concerning the performance of a program and have started suspecting that GHC's optimiser is confused by my types. I have the following modules, types, and functions: module MatrixSparse : data Num a => Vector a = ... data Num a => STMatrix s a = STMat !Int !Int