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
/
eq_bool.mligo
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix #147 by allowing comparison of bools
2020-02-12 20:22:59 +01:00
// Test conditional in CameLIGO
Updating contracts.
2020-02-27 17:51:29 +01:00
let main (a, b : bool * bool) = if a = b then 999 else 1
Reference in New Issue
Copy Permalink