1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

disambiguate

This commit is contained in:
Ayman Nadeem 2019-01-15 16:47:40 -05:00
parent 790bf4dd1c
commit 2f29c9a566

View File

@ -166,7 +166,7 @@ members :: EdgeLabel
-> ScopeGraph Precise -> ScopeGraph Precise
-> Value term Precise -> Value term Precise
-> Maybe [Name] -> Maybe [Name]
members edgeLabel heap scopeGraph (Object frame) = frameNames [ edgeLabel ] heap scopeGraph frame members edgeLabel heap scopeGraph (Control.Abstract.Object frame) = frameNames [ edgeLabel ] heap scopeGraph frame
members edgeLabel heap scopeGraph (Class _ _ frame) = frameNames [ edgeLabel ] heap scopeGraph frame members edgeLabel heap scopeGraph (Class _ _ frame) = frameNames [ edgeLabel ] heap scopeGraph frame
members _ _ _ _ = Nothing members _ _ _ _ = Nothing