1 2 3 4 5 6 7 8 9
/// path: base.typ #let f() = 1; ----- /// path: derive.typ #import "base.typ" ----- #import "derive.typ": * #import base: * #f()