Closed lpw25 closed 9 years ago
Change the syntax for implicit parameters (in both functions and implicit functors) from:
(implicit M : Monad) -> t
to:
{M : Monad} -> t
for the sake of brevity. This addresses #13.
Excellent!
Change the syntax for implicit parameters (in both functions and implicit functors) from:
to:
for the sake of brevity. This addresses #13.