Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of blanks makes source look confusing #78

Open
leonardoalt opened this issue Dec 15, 2020 · 0 comments
Open

Lack of blanks makes source look confusing #78

leonardoalt opened this issue Dec 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@leonardoalt
Copy link
Member

constructor of LValue
interface constructor()

creates
	uint x := 0
	uint y := 2

invariants
	y == 2

behaviour f of LValue
interface f()

storage
	x => 0y => 2

This works all the way to prove, but x => 0y => 2 itself looks a bit confusing to me.
Maybe we should force separators?

@d-xo d-xo added the enhancement New feature or request label Dec 15, 2020
@ethereum ethereum deleted a comment from staccDOTsol Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants