mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +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
|
, Category
|
||||||
, Command
|
, Command
|
||||||
, Command.Parse
|
, Command.Parse
|
||||||
, Control.Conjunctive
|
|
||||||
, Data.Align.Generic
|
, Data.Align.Generic
|
||||||
, Data.Functor.Both
|
, Data.Functor.Both
|
||||||
, Data.Functor.Classes.Eq.Generic
|
, 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