{ core, ... }: let inherit(core) debug string; collect = _: []; prepare = environment: host: about: { about = string.expect about; source = host.source ""; }; in { inherit collect prepare; }