1
1
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:
Rob Rix 2019-12-12 11:32:01 -05:00
parent 5ae742cf1c
commit e0c47f11bc
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -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