mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
11 lines
No EOL
210 B
Text
11 lines
No EOL
210 B
Text
app [main] {
|
|
pf: platform "../fixtures/multi-dep-str/platform/main.roc",
|
|
}
|
|
|
|
import MultilineParams {
|
|
sendHttpReq: \_ -> crash "todo",
|
|
getEnvVar: \_ -> crash "todo",
|
|
}
|
|
|
|
main =
|
|
MultilineParams.hi |