X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FCtype.lhs;h=b9f44d679633c34963a495b097db631762299c1a;hp=60c4d2fbde38e43d2e5ced868df772a7212c0a24;hb=7fc749a43b4b6b85d234fa95d4928648259584f4;hpb=c2fe7d87c067e21ff656443cabd8e29f9842a596 diff --git a/compiler/parser/Ctype.lhs b/compiler/parser/Ctype.lhs index 60c4d2f..b9f44d6 100644 --- a/compiler/parser/Ctype.lhs +++ b/compiler/parser/Ctype.lhs @@ -1,6 +1,13 @@ Character classification \begin{code} +{-# OPTIONS -w #-} +-- The above warning supression flag is a temporary kludge. +-- While working on this module you are encouraged to remove it and fix +-- any warnings in the module. See +-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings +-- for details + module Ctype ( is_ident -- Char# -> Bool , is_symbol -- Char# -> Bool