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. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
