1
1
mirror of https://github.com/github/semantic.git synced 2025-01-01 19:55:34 +03:00

remove extra parens

This commit is contained in:
joshvera 2018-12-20 19:38:59 -05:00
parent 87e478a816
commit d830cd1f2a

View File

@ -73,7 +73,7 @@ data Kind = TypeAlias | Class | Method | QualifiedAliasedImport | DefaultExport
data Scope address =
Scope {
edges :: Map EdgeLabel [address]
, references :: Map Reference ([ReferenceInfo], (Path address))
, references :: Map Reference ([ReferenceInfo], Path address)
, declarations :: Seq (Info address)
}
| PreludeScope {