From 999224c1d30f1ff77818df6a7e950d9eb07c739e Mon Sep 17 00:00:00 2001 From: Joachim Breitner <mail@joachim-breitner.de> Date: Wed, 20 Oct 2021 17:47:36 +0200 Subject: [PATCH] Experient: Single method Eq --- src/Data/Text.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Text.hs b/src/Data/Text.hs index 0734cbaf..ea3885e9 100644 --- a/src/Data/Text.hs +++ b/src/Data/Text.hs @@ -211,7 +211,7 @@ import Prelude (Char, Bool(..), Int, Maybe(..), String, Eq(..), Ord(..), Ordering(..), (++), Read(..), (&&), (||), (+), (-), (.), ($), ($!), (>>), - not, return, otherwise, quot) + not, return, otherwise, quot, (/=)) import Control.DeepSeq (NFData(rnf)) #if defined(ASSERTS) import Control.Exception (assert) -- GitLab