[Haskell-cafe] When using functional dependencies to combine...

Martijn van Steenbergen martijn at van.steenbergen.nl
Wed Dec 24 18:26:11 EST 2008


Hi Daniel,

Daniel Fischer wrote:
> Easy fix:
> bar :: WithUnit s [s]
> bar = WithUnit $ do
>     s <- get
>     return (s,())

Yes, so it seemed it was a silly mistake on my part. Thanks much for the 
help!

Martijn.



More information about the Haskell-Cafe mailing list