mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 06:25:10 +00:00
Merge remote-tracking branch 'origin/main' into packages
This commit is contained in:
commit
3e448fd2b4
61 changed files with 1506 additions and 538 deletions
2
crates/cli_testing_examples/.gitignore
vendored
2
crates/cli_testing_examples/.gitignore
vendored
|
@ -4,4 +4,4 @@ libapp.so
|
|||
dynhost
|
||||
preprocessedhost
|
||||
metadata
|
||||
expects-test
|
||||
expects-test
|
||||
|
|
|
@ -9,9 +9,17 @@ expect
|
|||
|
||||
a == b
|
||||
|
||||
polyDbg = \x ->
|
||||
dbg x
|
||||
x
|
||||
|
||||
main =
|
||||
x = 42
|
||||
expect x != x
|
||||
dbg x
|
||||
dbg "Fjoer en ferdjer frieten oan dyn geve lea"
|
||||
"Program finished!\n"
|
||||
|
||||
r = {x : polyDbg "abc", y: polyDbg 10u8, z : polyDbg (A (B C))}
|
||||
|
||||
when r is
|
||||
_ -> "Program finished!\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue