mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
8 lines
163 B
Text
8 lines
163 B
Text
app "test" provides [main] to "./platform"
|
|
|
|
polyDbg = \x ->
|
|
#^^^^^^^{-1} val -[[polyDbg(1)]]-> val where val implements Inspect
|
|
dbg x
|
|
x
|
|
|
|
main = polyDbg ""
|