This website requires JavaScript.
Explore
Help
Register
Sign In
balsoft
/
ligo
Watch
1
Star
0
Fork
0
You've already forked ligo
Code
Issues
Pull Requests
Releases
Wiki
Activity
ligo
/
src
/
test
/
contracts
/
shadow.ligo
5 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2019-05-12 20:56:22 +00:00
function foo (const i : int) : int is
add anon functions; remove pre-block declarations; update tests
2019-11-18 16:10:48 +01:00
block {
Updating contracts.
2020-02-27 17:51:29 +01:00
function bar (const i : int) : int is i
add anon functions; remove pre-block declarations; update tests
2019-11-18 16:10:48 +01:00
} with bar (0)
Reference in New Issue
Copy Permalink