Hi,
One observation about _E: Haddock does not like it.
I once tried to generate documentation from Yhc sources. I had to
place cpp directives everywhere _E appeared, like this:
#ifndef __HADDOCK__
where
ioBind (IO xf) y w = let xe = xf w
in case xe of
_E xv -> case y xv of
IO yf -> yf w
#endif
This is not really a bug report, nor is it a request for any source
code updates. Just a note for everyone who may run into this issue:
there is a solution.
Thanks.
--
Dimitry Golubovsky
Anywhere on the Web
_______________________________________________
Yhc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/yhc