roc/crates/cli/tests/test-projects/module_params/unexpected_fn.roc
2025-01-10 10:29:20 -08:00

10 lines
183 B
Text

app [main] {
pf: platform "../test-platform-simple-zig/main.roc",
}
import Api { app_id: "one", protocol: https }
https = \url -> "https://${url}"
main =
"${Api.get_post}"