[project @ 2002-04-01 09:19:18 by simonpj]
authorsimonpj <unknown>
Mon, 1 Apr 2002 09:19:18 +0000 (09:19 +0000)
committersimonpj <unknown>
Mon, 1 Apr 2002 09:19:18 +0000 (09:19 +0000)
commit6a245a639b4c8f95dc3f1e183542b25c6fe1a0cb
tree9f3d40acc8c40a516ba52b801932da9f3dce1af5
parent3a4a64a72ecf7c8659730edf93f1ff9990172a85
[project @ 2002-04-01 09:19:18 by simonpj]
Remove Ix context from STArray data type.
Data type contexts are evil.  H98 says they
even apply for pattern matching, which GHC didn't
implement till now --- and that forces Ix even on
equality of STArrays. No, no, no.
GHC/Arr.lhs