This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
aqua
Watch
1
Star
0
Fork
0
You've already forked aqua
mirror of
https://github.com/fluencelabs/aqua.git
synced
2025-03-15 19:50:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
aqua
/
aqua-src
/
ret.aqua
8 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Pass stream arguments to callbacks properly (#350) * add DeclareStreamTag * some fixes * fix * intersect argsToRename and streamToRename to fix excess renaming Co-authored-by: dmitry <dmitry@fluence.one>
2021-11-02 12:26:00 +03:00
module Ret declares *
Imports bugfixes (#249)
2021-08-21 11:10:38 +03:00
Pass stream arguments to callbacks properly (#350) * add DeclareStreamTag * some fixes * fix * intersect argsToRename and streamToRename to fix excess renaming Co-authored-by: dmitry <dmitry@fluence.one>
2021-11-02 12:26:00 +03:00
export someFunc
Imports bugfixes (#249)
2021-08-21 11:10:38 +03:00
Pass stream arguments to callbacks properly (#350) * add DeclareStreamTag * some fixes * fix * intersect argsToRename and streamToRename to fix excess renaming Co-authored-by: dmitry <dmitry@fluence.one>
2021-11-02 12:26:00 +03:00
func someFunc(cb: []string -> ()):
ifaces: *string
cb(ifaces)
Reference in New Issue
Copy Permalink