Consider the operation $A(L)$:
$$A(L) = \{ w: w\in L \land w_R \notin L \}$$
where $w_R$ is the reverse of $w$.
Prove/ Disprove: if $L$ is a CFL language so does $A(L)$.
I am almost certain there's a counter-example but I couldn't find a proper one. I'd be glad for help!
Thanks