diff --git a/src/quickstart.cljs b/src/quickstart.cljs index af1767a..c0cbb2b 100644 --- a/src/quickstart.cljs +++ b/src/quickstart.cljs @@ -9,8 +9,8 @@ (tests ; fun async tests at the REPL, see https://github.com/hyperfiddle/rcf "a continuous flow" (def !a (atom 0)) ; variable input - (def >a (m/watch !a)) ; continuous flow of successive values of variable !a - (def a)) ; map (as continuous flow, i.e. `inc` is computed on sample, pulled not pushed) + (def