Stream: beginners

Topic: pf.Path pf.Env problem


view this post on Zulip Artur Swiderski (Dec 29 2023 at 01:27):

It seems I can't import
pf.Path,
pf.Env,
in interface only in application

view this post on Zulip Agus Zubiaga (Dec 29 2023 at 01:30):

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.

view this post on Zulip Artur Swiderski (Dec 29 2023 at 01:32):

@Agus Zubiaga thx it works


Last updated: Jul 06 2025 at 12:14 UTC