mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
format roc code
This commit is contained in:
parent
3de3937553
commit
741abe9a6d
1 changed files with 2 additions and 3 deletions
|
|
@ -5,14 +5,13 @@ platform "echo-in-rust"
|
|||
imports []
|
||||
provides [mainForHost]
|
||||
|
||||
|
||||
# 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 = main
|
||||
|
||||
# mainForHost : { x: Str, y: {} -> Str }
|
||||
# mainForHost =
|
||||
# mainForHost =
|
||||
# y = "foo"
|
||||
#
|
||||
#
|
||||
# when main is
|
||||
# _ -> { x: "bar", y: \{} -> y }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue