mirror of
https://github.com/github/semantic.git
synced 2025-01-04 13:34:31 +03:00
remove extra parens
This commit is contained in:
parent
87e478a816
commit
d830cd1f2a
@ -73,7 +73,7 @@ data Kind = TypeAlias | Class | Method | QualifiedAliasedImport | DefaultExport
|
|||||||
data Scope address =
|
data Scope address =
|
||||||
Scope {
|
Scope {
|
||||||
edges :: Map EdgeLabel [address]
|
edges :: Map EdgeLabel [address]
|
||||||
, references :: Map Reference ([ReferenceInfo], (Path address))
|
, references :: Map Reference ([ReferenceInfo], Path address)
|
||||||
, declarations :: Seq (Info address)
|
, declarations :: Seq (Info address)
|
||||||
}
|
}
|
||||||
| PreludeScope {
|
| PreludeScope {
|
||||||
|
Loading…
Reference in New Issue
Block a user