Properly comment out unused pragmas
authorIan Lynagh <igloo@earth.li>
Sun, 20 Jul 2008 13:56:04 +0000 (13:56 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 20 Jul 2008 13:56:04 +0000 (13:56 +0000)
commit15bef2b43ef7c90cb2a981a1a43b60bf878e64dc
tree4ed901b691f2f45d46f6d368c90f093ee6cc629d
parentcae75f82226638691cfa1e85fc168f4b65ddce4d
Properly comment out unused pragmas
We now say
    -- {-# SPECIALIZE ...
rather than
    {-# -- SPECIALIZE ...
compiler/basicTypes/UniqSupply.lhs
compiler/simplCore/SimplMonad.lhs
compiler/utils/IOEnv.hs