Hi @kovisoft, It would be nice if you can add support for raising a string literal. e.g. raising at `|` ``` clojure (f (g "..|....")) ``` should become ``` clojure (f "......") ```