mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-09 00:21:47 +00:00
format roc code
This commit is contained in:
parent
3de3937553
commit
741abe9a6d
1 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,6 @@ platform "echo-in-rust"
|
||||||
imports []
|
imports []
|
||||||
provides [mainForHost]
|
provides [mainForHost]
|
||||||
|
|
||||||
|
|
||||||
# mainForHost : [StdoutWrite Str (({} -> Op) as Fx0), StderrWrite Str (({} -> Op) as Fx1), Done] as Op
|
# mainForHost : [StdoutWrite Str (({} -> Op) as Fx0), StderrWrite Str (({} -> Op) as Fx1), Done] as Op
|
||||||
mainForHost : [StdoutWrite Str ({} -> Op), StderrWrite Str ({} -> Op), Done] as Op
|
mainForHost : [StdoutWrite Str ({} -> Op), StderrWrite Str ({} -> Op), Done] as Op
|
||||||
mainForHost = main
|
mainForHost = main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue