1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00

Remove self special Relation comment

This commit is contained in:
joshvera 2018-12-14 16:58:35 -05:00
parent 89f93a4920
commit 929968aef7

View File

@ -173,7 +173,6 @@ defineSelf :: ( AbstractValue term address value m
=> Evaluator term address value m ()
defineSelf = do
let self = Declaration X.__self
-- TODO: Should `self` be given a special Relation?
declare self Default emptySpan Nothing
slot <- lookupDeclaration self
assign slot =<< object =<< currentFrame