1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Define access control on Info

This commit is contained in:
Rick Winfrey 2019-01-15 17:11:24 -08:00
parent 439e9ff9ae
commit 7326df0c65

View File

@ -58,6 +58,7 @@ data Relation = Default AccessControl
data Info scopeAddress = Info
{ infoDeclaration :: Declaration
, infoRelation :: Relation
, infoAccessControl :: AccessControl
, infoSpan :: Span
, infoAssociatedScope :: Maybe scopeAddress
} deriving (Eq, Show, Ord, Generic, NFData)