1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Remove PHP NamespaceName instance

This commit is contained in:
joshvera 2018-12-06 17:30:30 -05:00
parent ec83947033
commit c39ed82293

View File

@ -246,9 +246,7 @@ instance Eq1 NamespaceName where liftEq = genericLiftEq
instance Ord1 NamespaceName where liftCompare = genericLiftCompare
instance Show1 NamespaceName where liftShowsPrec = genericLiftShowsPrec
instance Evaluatable NamespaceName where
eval _ (NamespaceName _) = undefined -- Rval <$> foldl1 f (fmap (eval >=> address) xs)
-- where f ns id = ns >>= flip evaluateInScopedEnv id
instance Evaluatable NamespaceName
newtype ConstDeclaration a = ConstDeclaration { values :: [a] }
deriving (Declarations1, Diffable, Eq, Foldable, FreeVariables1, Functor, Generic1, Hashable1, Ord, Show, ToJSONFields1, Traversable, Named1, Message1, NFData1)