Skip to content

Commit

Permalink
Merge pull request #156 from yang-wei/patch-1
Browse files Browse the repository at this point in the history
Update terms used in Elm to latest changes
  • Loading branch information
mike-thompson-day8 committed Mar 14, 2016
2 parents be6f49f + a4de465 commit ae92f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ again, and then into further computations, etc. "Values" flow (propagate) throu
But this Signal graph must be without cycles, because cycles cause mayhem! re-frame achieves
a unidirectional flow.

While the mechanics are different, `reaction` has the intent of `lift` in [Elm] and `defc=` in [Hoplon].
While the mechanics are different, `reaction` has the intent of `map` in [Elm] and `defc=` in [Hoplon].

Right, so that was a lot of words. Some code to clarify:

Expand Down

0 comments on commit ae92f8d

Please sign in to comment.