todo note
This commit is contained in:
parent
6b3eaeb737
commit
01c7503c05
|
@ -200,6 +200,8 @@ instance References Ruby.RBlock where
|
||||||
entries block
|
entries block
|
||||||
instance References Ruby.RArgs where
|
instance References Ruby.RArgs where
|
||||||
entries = const $ pure ()
|
entries = const $ pure ()
|
||||||
|
-- TODO: We have to make a "declaration" for the constant here as
|
||||||
|
-- well!
|
||||||
instance References Ruby.Casgn where
|
instance References Ruby.Casgn where
|
||||||
entries Casgn{name, statement} = entries statement
|
entries Casgn{name, statement} = entries statement
|
||||||
instance References Ruby.RArray where
|
instance References Ruby.RArray where
|
||||||
|
|
Loading…
Reference in a new issue