Another note in addition to the commit message on https://github.com/venantius/yagni/commit/65b02f447a2cf313b058e892c9b076ad25388883: after searching the graph for findable nodes, Yagni collapses the graph by removing the nodes for generator functions and redirecting anything that was pointing at them directly at the var-like nodes for the deftype, defrecord forms, etc.
Another note in addition to the commit message on https://github.com/venantius/yagni/commit/65b02f447a2cf313b058e892c9b076ad25388883: after searching the graph for findable nodes, Yagni collapses the graph by removing the nodes for generator functions and redirecting anything that was pointing at them directly at the var-like nodes for the
deftype
,defrecord
forms, etc.Resolves #23 Resolves #21 Resolves #19 Resolves #18