From b4a8336beb178b5a65356bd5c2a94e91df99d1af Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 21 Apr 2017 12:17:43 -0400 Subject: [PATCH] Revert "Describe the minimal instance." This reverts commit 4a8a676f8faafd0f60769a20068512937181f7e4. --- src/Control/Conjunctive.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Control/Conjunctive.hs b/src/Control/Conjunctive.hs index b5de2c9d5..b5334d782 100644 --- a/src/Control/Conjunctive.hs +++ b/src/Control/Conjunctive.hs @@ -16,5 +16,3 @@ class Alternative f => Conjunctive f where (&>) :: f a -> f b -> f b a &> b = identity <$ a <&> b - - {-# MINIMAL (<&>) | liftC2 #-}