mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 19:10:18 +00:00
remove as Fx
from platform types
This commit is contained in:
parent
f23120078a
commit
3d86ccf167
5 changed files with 15 additions and 21 deletions
|
@ -5,5 +5,5 @@ platform "benchmarks"
|
|||
imports [Task.{ Task }]
|
||||
provides [mainForHost]
|
||||
|
||||
mainForHost : Task {} [] as Fx
|
||||
mainForHost : Task {} []
|
||||
mainForHost = main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue