Thomas Hartman wrote:
http://blog.patch-tag.com/2009/03/09/implicitparams-are-evil-thoughts-on-adapting-gitit/

I understand there are arguments for using IPs, but after this
experience, the ImplicitParams extension is a "code smell" for me.

It's not just you. Implicit parameters are a scourge on the language.

I think there are also some subtle annoyances with how they make apparently 'safe' program rearrangements unsafe, by pushing around "let ?foo = bar in ..." bindings.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to