mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
🔥 an unnecessary Effect instance for Monotype.
This commit is contained in:
parent
5ae742cf1c
commit
e0c47f11bc
@ -60,7 +60,6 @@ deriving instance (Ord name, Ord a, forall a . Eq a => Eq (f a)
|
||||
deriving instance (Show name, Show a, forall a . Show a => Show (f a)) => Show (Monotype name f a)
|
||||
|
||||
instance HFunctor (Monotype name)
|
||||
instance Effect (Monotype name)
|
||||
|
||||
instance RightModule (Monotype name) where
|
||||
item >>=* go = case item of
|
||||
|
Loading…
Reference in New Issue
Block a user