mirror of
https://github.com/github/semantic.git
synced 2024-12-03 00:16:52 +03:00
Revert "Define a Conjunctive typeclass."
This reverts commit 4beaa5a9ae6bb16c4d2d896026f0dc267c1f772d.
This commit is contained in:
parent
a79d96d942
commit
41848c415d
@ -19,7 +19,6 @@ library
|
||||
, Category
|
||||
, Command
|
||||
, Command.Parse
|
||||
, Control.Conjunctive
|
||||
, Data.Align.Generic
|
||||
, Data.Functor.Both
|
||||
, Data.Functor.Classes.Eq.Generic
|
||||
|
@ -1,12 +0,0 @@
|
||||
module Control.Conjunctive where
|
||||
|
||||
import Prologue
|
||||
|
||||
infixl 4 <&>
|
||||
|
||||
class Alternative f => Conjunctive f where
|
||||
(<&>) :: f (a -> b) -> f a -> f b
|
||||
|
||||
(<&) :: f a -> f b -> f a
|
||||
|
||||
(&>) :: f a -> f b -> f b
|
Loading…
Reference in New Issue
Block a user