$$\begin{tikzcd} A\ar[r,shift left,"f"]
&\ar[l,shift left,"h"] B\ar[r,shift left,"g"]
&\ar[l,shift left,"l"]\ar[l,bend left, shift left,"h"]
C\end{tikzcd}$$
This is almost as I'd like it to be, except that the $h$ arrow is going from $C$ to $B$ rather than from $C$ to $A$. How can I modify the code so it does that?
EDIT: accidentally called two arrows 'h'. This was not intentional, but I think the text makes it clear which one I'm referring to.


$$...$$, use\[...\]as the saying goes.... – Oct 18 '15 at 12:09$are plain TeX primitives.$f$will be\(f\)in LaTeX and$$f$$will be\[f\]. However,$f$is more widely used and doesn't have much drawbaacks as its$$cousin. – Oct 18 '15 at 13:48