lhs2tex-1.20: doc/ParensExampleIn.lhs
%include verbatim.fmt
\begingroup
\let\origtt=\ttfamily
\def\ttfamily#1#2{\origtt}
>%format ^^ = "\;"
>%format (ptest (a) b (c)) = ptest ^^ a ^^ b ^^ c
>\begin{code}
>ptest a b c
>(ptest (a) (b) (c))
>((ptest((a)) ((b)) ((c))))
>\end{code}
\endgroup