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
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