todo note

This commit is contained in:
Frederik Hanghøj Iversen 2019-10-16 23:23:40 +02:00
parent 6b3eaeb737
commit 01c7503c05
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,8 @@ instance References Ruby.RBlock where
entries block
instance References Ruby.RArgs where
entries = const $ pure ()
-- TODO: We have to make a "declaration" for the constant here as
-- well!
instance References Ruby.Casgn where
entries Casgn{name, statement} = entries statement
instance References Ruby.RArray where