Oops.
>\begin{code}
>module MPTC
>where
>
>class MPTC a b where
>fun :: a -> b
>\end{code}
should have been:
\begin{code}
{-# OPTIONS -fglasgow-exts #-}
module MPTC
where
class MPTC a b where
fun :: a -> b
\end{code}
--FC
RE: Command-line option pragma doesn't work with birdtracks
Frank A. Christoph Mon, 27 Apr 1998 04:30:20 +0200 (MET DST)
- Command-line option pragma doesn't work with birdtracks Frank A. Christoph
- Frank A. Christoph
