I came across a situation where I tried using lambda abstraction inside variable/template interpolation (when adding html with hamlet) and found out that the quasi quoter inside hamlet had issues parsing lambda abstractions (I am assuming due to the use of the '\' character). Is there some way to do lamdba abstraction inside hamlet quasiquoter, and if not will there be support added for this?