roc/crates/cli/tests/test-projects/module_params/unexpected_fn.roc
2024-11-11 16:59:08 +11:00

12 lines
195 B
Text

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