mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
| -> where
This commit is contained in:
parent
fd846b9a7a
commit
cb08225bf0
117 changed files with 637 additions and 612 deletions
|
|
@ -1,5 +1,5 @@
|
|||
platform "python-interop"
|
||||
requires {} { main : arg -> ret | arg implements Decoding, ret implements Encoding }
|
||||
requires {} { main : arg -> ret where arg implements Decoding, ret implements Encoding }
|
||||
exposes []
|
||||
packages {}
|
||||
imports [Json]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue