mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-12 01:23:49 +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 []
|
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
|
||||||
|
|
||||||
# mainForHost : { x: Str, y: {} -> Str }
|
# mainForHost : { x: Str, y: {} -> Str }
|
||||||
# mainForHost =
|
# mainForHost =
|
||||||
# y = "foo"
|
# y = "foo"
|
||||||
#
|
#
|
||||||
# when main is
|
# when main is
|
||||||
# _ -> { x: "bar", y: \{} -> y }
|
# _ -> { x: "bar", y: \{} -> y }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue