This ticket gave me an idea, that our package objects like org or eolang are not correctly represented in PHI:
{[
org -> [
eolang -> [...],
L> Package
]
]}
- They have \lambda asset and bound attributes, like
org has attribute eolang which is wrong (?)
- The presence of the bound attribute makes the presence of \lambda unnecessary
- The \lambda is supposed to return the object, but what object does package object \lambda return?
@yegor256 WDYT?