From: simonm Date: Fri, 6 Mar 1998 10:50:44 +0000 (+0000) Subject: [project @ 1998-03-06 10:50:44 by simonm] X-Git-Tag: Approx_2487_patches~884 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bafbfd988e3c9301faded7a9d64e4101f19d161b;p=ghc-hetmet.git [project @ 1998-03-06 10:50:44 by simonm] indentation fix. --- diff --git a/ghc/compiler/prelude/PrelInfo.lhs b/ghc/compiler/prelude/PrelInfo.lhs index 12b983f..3e948ee 100644 --- a/ghc/compiler/prelude/PrelInfo.lhs +++ b/ghc/compiler/prelude/PrelInfo.lhs @@ -500,7 +500,7 @@ because the list of ambiguous dictionaries hasn't been simplified. \begin{code} isCcallishClass, isCreturnableClass, isNoDictClass, -isNumericClass, isStandardClass :: Class -> Bool + isNumericClass, isStandardClass :: Class -> Bool isNumericClass clas = classKey clas `is_elem` numericClassKeys isStandardClass clas = classKey clas `is_elem` standardClassKeys