roc/examples/benchmarks/Issue2279.roc
2022-06-16 15:21:55 -04:00

14 lines
263 B
Plaintext

app "issue2279"
packages { pf: "platform/main.roc" }
imports [Issue2279Help, pf.Task]
provides [main] to pf
main =
text =
if True then
Issue2279Help.text
else
Issue2279Help.asText 42
Task.putLine text