Closed mrakgr closed 3 years ago
Note that equality does not work directly, instead the special ==ᵣ operator needs to be used. Also the examples where unary functions are passed such as x = cond(normal(0.0, 1.0), rv -> rv > 0.0) don't work. Should they be converted to regular form?
==ᵣ
x = cond(normal(0.0, 1.0), rv -> rv > 0.0)
Note that equality does not work directly, instead the special
==ᵣ
operator needs to be used. Also the examples where unary functions are passed such asx = cond(normal(0.0, 1.0), rv -> rv > 0.0)
don't work. Should they be converted to regular form?