it seems that symbols like \ and ' are gone form the generated documentation
Sebastian Fischer
fischer at nii.ac.jp
Thu Dec 9 15:03:06 CET 2010
On Thu, 2010-12-09 at 00:16 +0100, S. Doaitse Swierstra wrote:
> Code in the source of a package like:
> @
> *Main> throw ThisException `catch` \e -> putStrLn (\"Caught \" ++ show (e :: MyException))
> Caught ThisException
> @
> gets formatted like:
> *Main> throw ThisException catch e -> putStrLn ("Caught " ++ show (e :: MyException))
> Caught ThisException
More information about the Libraries
mailing list