LawftyGoals

Results 1 issues of LawftyGoals

While running the following code: `app "hello" packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.7.1/Icc3xJoIixF3hCcfXrDwLCu4wQHtNdPyoJkEbkgIElA.tar.br" } imports [pf.Stdout] provides [main] to pf {x, y} = {x:1, y:2} main = Stdout.line "${Num.toStr x}" ` The...