From bafbfd988e3c9301faded7a9d64e4101f19d161b Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 6 Mar 1998 10:50:44 +0000 Subject: [PATCH] [project @ 1998-03-06 10:50:44 by simonm] indentation fix. --- ghc/compiler/prelude/PrelInfo.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4