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

Steps (equational reasoning) #49

Open
MasseGuillaume opened this issue Aug 28, 2014 · 1 comment
Open

Steps (equational reasoning) #49

MasseGuillaume opened this issue Aug 28, 2014 · 1 comment

Comments

@MasseGuillaume
Copy link
Owner

No description provided.

@MasseGuillaume
Copy link
Owner Author

Reduce applied expressions

steps {
  List(1, 2, 3, 4, 5).map(_+2).filter(_ % == 2)
}

step 1: List(1, 2, 3, 4, 5).map(_+2).filter(_ % == 2)
step 2: List(3, 4, 5, 6, 7).filter(_ % 2 == 0)
step 3: List(3, 5, 7)

@MasseGuillaume MasseGuillaume changed the title Steps Steps (equational reasoning) Aug 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant