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

Add react exercise #187

Merged
merged 1 commit into from
Aug 10, 2016
Merged

Add react exercise #187

merged 1 commit into from
Aug 10, 2016

Conversation

ErikSchierboom
Copy link
Member

No description provided.

@ErikSchierboom ErikSchierboom merged commit 73e282a into exercism:master Aug 10, 2016
@ErikSchierboom ErikSchierboom deleted the react branch August 10, 2016 13:02
let c3 = mkComputeCell [c2] (fun values -> values.[0] - 1)
let c4 = mkComputeCell [c1; c3] (fun values -> values.[0] * values.[1])
let mutable changed4 = 0
c1.Changed.Add(fun value -> changed4 <- changed4 + 1) |> ignore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure this should be c1? The test name implies this should be c4, sincec4 is the only cell with multiple dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants