diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-06 20:35:24 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-06 20:35:24 +0000 |
commit | 2a62d60f765fc0d28dc0e904e0c886a21010c188 (patch) | |
tree | b0c91aa8545670eefce8ee0ac5e88d0fc3c88649 | |
parent | e5ccc92c1ded2bea0ccd0713a097598f7a97963f (diff) | |
download | haskell-2a62d60f765fc0d28dc0e904e0c886a21010c188.tar.gz |
Warnings already seem to be fixed in coreSyn/CoreFVs.lhs
-rw-r--r-- | compiler/coreSyn/CoreFVs.lhs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/coreSyn/CoreFVs.lhs b/compiler/coreSyn/CoreFVs.lhs index a710cb006c..2402a47e70 100644 --- a/compiler/coreSyn/CoreFVs.lhs +++ b/compiler/coreSyn/CoreFVs.lhs @@ -5,13 +5,6 @@ Taken quite directly from the Peyton Jones/Lester paper. \begin{code} -{-# OPTIONS -fno-warn-incomplete-patterns #-} --- 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 - -- | A module concerned with finding the free variables of an expression. module CoreFVs ( -- * Free variables of expressions and binding groups |