The options pragma syntax doesn't work in a literate file using the
birdtrack syntax:
> {-# OPTIONS -fglasgow-exts #-}
> module MPTC
> where
>
> class MPTC a b where
> fun :: a -> b
yields an error because the class has multiple parameters and the pragma
isn't recognized whereas
\begin{code}
module MPTC
where
class MPTC a b where
fun :: a -> b
\end{code}
works.
--FC
Command-line option pragma doesn't work with birdtracks
Frank A. Christoph Mon, 27 Apr 1998 04:25:50 +0200 (MET DST)
- RE: Command-line option pragma doesn't work with birdtr... Frank A. Christoph
- RE: Command-line option pragma doesn't work with b... Frank A. Christoph
