[project @ 2000-06-27 16:48:25 by lewie]
authorlewie <unknown>
Tue, 27 Jun 2000 16:48:25 +0000 (16:48 +0000)
committerlewie <unknown>
Tue, 27 Jun 2000 16:48:25 +0000 (16:48 +0000)
commit365a3d9d97905d823fa88769b19e20411af32679
tree9f0e878fd79e7917ef2f2611302a78a05a04608a
parent74f9d560161bacefe72cb1f2bea979291cb7af3d
[project @ 2000-06-27 16:48:25 by lewie]
splitFunTy_maybe was making a special case of implicit params by
returning Nothing on a type `noted' as an implicit param.  It shouldn't
(my bad).  It's mostly used downstream of the type checker, where we don't
care so much about the difference between implicit and explicit params.
The right thing to do is just see thru the NoteTy (i.e. eliminate the
special case for IPs).

Please merge.
ghc/compiler/types/Type.lhs