GHC rewrite rules pragma

Don Stewart dons at galois.com
Tue May 27 17:02:43 EDT 2008


jakubuv:
> Thanks lot, it works now. Now, I have just a simple question:
> 
> Is there any chance to make rewriting working in ghci ?

I think you can actually enable them by putting:

{-# OPTIONS -frewrite-rules #-}

at the top of the file to be interpreted. Works for me, anyway.

-- Don


More information about the Glasgow-haskell-users mailing list