softlang/megalib

Chained substitution

Closed this issue · 2 comments

Sketching an issue for myself:

la.A
la.C imports la.A
demo.C imports la.C
demo.C imports demo.A

In demo.C you need to substitute elements from la.A when importing la.C AND when importing demo.A. Provenance information could be included in the model created.

See joose for an example

resolved