mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
9 lines
186 B
Text
9 lines
186 B
Text
platform "effects"
|
|
requires {} { main! : {} => {} }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [mainForHost!]
|
|
|
|
mainForHost! : {} => {}
|
|
mainForHost! = \{} -> main! {}
|