mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
disambiguate
This commit is contained in:
parent
790bf4dd1c
commit
2f29c9a566
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user