On Mon, Feb 25, 2013 at 9:42 PM, Simon Peyton-Jones
<[email protected]>wrote:

> One idea I had, which that page does not yet describe, is to have an
> implicit parameter,
> something like ?loc::Location**
>
>
+1

Implicit params has a bad rap in some circles because of counterintuitive
behavior when manually binding the parameter (the syntax is partly to
blame).

Since ?loc is never bound by hand, there should be no problems.

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

Reply via email to