mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 19:50:51 +00:00
* add DeclareStreamTag * some fixes * fix * intersect argsToRename and streamToRename to fix excess renaming Co-authored-by: dmitry <dmitry@fluence.one>
8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
module Ret declares *
|
|
|
|
export someFunc
|
|
|
|
func someFunc(cb: []string -> ()):
|
|
ifaces: *string
|
|
cb(ifaces)
|