Skip to content
Snippets Groups Projects
Commit bafbfd98 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-03-06 10:50:44 by simonm]

indentation fix.
parent d2b31525
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment