1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

This is not the list you are looking for...

This commit is contained in:
Rick Winfrey 2018-05-31 14:15:47 -07:00
parent e0fafd6997
commit d4beb9d02d

View File

@ -218,7 +218,7 @@ instance Evaluatable Data.Syntax.Declaration.Datatype
-- | A single constructor in a datatype, or equally a 'struct' in C, Rust, or Swift.
data Constructor a = Constructor { constructorName :: !a, constructorFields :: ![a] }
data Constructor a = Constructor { constructorName :: !a, constructorFields :: !a }
deriving (Diffable, Eq, Foldable, Functor, Generic1, Hashable1, Mergeable, Ord, Show, Traversable, FreeVariables1, Declarations1)
instance Eq1 Data.Syntax.Declaration.Constructor where liftEq = genericLiftEq