Skip to content
  • Jeff Lewis's avatar
    [project @ 2000-06-27 16:48:25 by lewie] · 365a3d9d
    Jeff Lewis authored
    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.
    365a3d9d