It seems I can't import
pf.Path,
pf.Env,
in interface only in application
Yeah, this is a known bug: https://github.com/roc-lang/roc/issues/5477
You can work around it by also importing the module in the app, even if you don’t use it there directly.
@Agus Zubiaga thx it works
Last updated: Jul 06 2025 at 12:14 UTC