mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Get tests passing
Add roc_dbg to some platforms. Also start updating some roc_panic impls.
This commit is contained in:
parent
e6cc43492a
commit
f5fb01fd53
17 changed files with 191 additions and 47 deletions
|
@ -1,7 +1,7 @@
|
|||
app "test" provides [main] to "./platform"
|
||||
|
||||
polyDbg = \x ->
|
||||
#^^^^^^^{-1} a -[[polyDbg(1)]]-> a
|
||||
#^^^^^^^{-1} val -[[polyDbg(1)]]-> val where val implements Inspect
|
||||
dbg x
|
||||
x
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue