mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
Remove value from Readonly
This commit is contained in:
parent
b99309bcc5
commit
965c7dd84f
@ -31,7 +31,7 @@ data TypeParameters a = TypeParameters { typeParameters :: ![a] }
|
|||||||
instance Eq1 TypeParameters where liftEq = genericLiftEq
|
instance Eq1 TypeParameters where liftEq = genericLiftEq
|
||||||
instance Show1 TypeParameters where liftShowsPrec = genericLiftShowsPrec
|
instance Show1 TypeParameters where liftShowsPrec = genericLiftShowsPrec
|
||||||
|
|
||||||
data Readonly a = Readonly a
|
data Readonly a = Readonly
|
||||||
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Show, Traversable)
|
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Show, Traversable)
|
||||||
|
|
||||||
instance Eq1 Readonly where liftEq = genericLiftEq
|
instance Eq1 Readonly where liftEq = genericLiftEq
|
||||||
|
Loading…
Reference in New Issue
Block a user