1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00

Remove value from Readonly

This commit is contained in:
joshvera 2017-08-25 14:24:58 -04:00
parent b99309bcc5
commit 965c7dd84f

View File

@ -31,7 +31,7 @@ data TypeParameters a = TypeParameters { typeParameters :: ![a] }
instance Eq1 TypeParameters where liftEq = genericLiftEq
instance Show1 TypeParameters where liftShowsPrec = genericLiftShowsPrec
data Readonly a = Readonly a
data Readonly a = Readonly
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Show, Traversable)
instance Eq1 Readonly where liftEq = genericLiftEq