[Haskell-cafe] class method name scope

Jason Dusek jason.dusek at gmail.com
Thu Dec 4 18:53:05 EST 2008


  What proposals are out there to address the issue of scoping
  class methods? I always feel I must be careful, when exposing
  a class definition that I want clients to be able to extend,
  that I mustn't step on the namespace with semantically
  appropriate but overly general names (e.g. 'run'). It'd be
  nice if class method names were module scoped and could be
  qualified.

--
_jsn


More information about the Haskell-Cafe mailing list