From 08b303dab76f725f671ca3149f697961e0006d30 Mon Sep 17 00:00:00 2001 From: ven Date: Thu, 18 Jul 2024 11:45:11 +0200 Subject: Update haskell.html.markdown #5000 --- haskell.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell.html.markdown b/haskell.html.markdown index 0c8055d1..1e1eb65a 100644 --- a/haskell.html.markdown +++ b/haskell.html.markdown @@ -444,7 +444,7 @@ canProceedThrough t = t /= Red -- rather than types, assuming that the function only relies on -- features of the typeclass -isEqual (Eq a) => a -> a -> Bool +isEqual :: (Eq a) => a -> a -> Bool isEqual x y = x == y -- Note that x and y MUST be the same type, as they are both defined -- cgit v1.2.3