Hi, I have a small suggestion/request for the haskell parsing/printing utils in hslibs/hssource/ I think it would be nice to have SrcLocs for lambda bindings. Currently SrcLocs are available for all other occurrences of patterns, except for lambdas. The change required is quite small. Cheers, Bernie.