You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The \lambda is supposed to return the object, but what object does package object \lambda return?
@maxonfjvipon this is the key question. Indeed, lambda is not necessary here, since we already have all attributes in place. Moreover, when we convert two .eo files to .phi, we get this:
{[
org -> [
eolang -> [...],
L> Package
]
]}
and then in another file:
{[
org -> [
foo -> [...],
L> Package
]
]}
How can they be merged? According to what rules? I believe, we don't have them defined anywhere.
This ticket gave me an idea, that our package objects like
org
oreolang
are not correctly represented in PHI:org
has attributeeolang
which is wrong (?)@yegor256 WDYT?
The text was updated successfully, but these errors were encountered: