Re: Implicit Function Arguments

2008-06-28 Thread Brandon S. Allbery KF8NH
On 2008 Jun 28, at 12:32, Tyson Whitehead wrote: What do people think about implicit function argument? http://www.haskell.org/ghc/docs/latest/html/users_guide/other-type-extensions.html#implicit-parameters It uses ? as the prefix instead of ~ (which already has a meaning in pattern matchin

Implicit Function Arguments

2008-06-28 Thread Tyson Whitehead
What do people think about implicit function argument? That is, named function arguments, possibly tagged with something special like a tilde, whereby scoped variables of the same name are automatically passed. The idea is to avoid the pain of a lots of pass through parameters while make it eas