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


Reply via email to