rand00

Results 51 comments of rand00

I havn't dived into the implementation, but looking at the interface - might it be possible to make a function in inspired by `Arg.required`?: ```ocaml val shortcircuiting : 'a option...

... `shortcircuiting` getting a thunk to run as well

I see - would have expected to see this at `Box2.v` as well, but also makes sense to keep the common documentation for boxes together

> One idea though could be to normalize them on construction, but of course that's also a few more comparisons (and possibly confusing for the end user). This would also...

Ok just found out that the ocamlbuild plugin doesn't support subdirectories with `depth>1` -> The statements ``` : include : include ``` are 'ignored' in the `_tags` file unlike plain...

Just to clarify the proof of the module Bar not getting linked in, the following is the output of `diff` between the ocamlbuild log files for respectively the cases where...

To get the same functionality, I think I will for now be defining initial non-reactive nodes on server that has an id, and I'll replace the node with a reactive...

Right now I need `S.fix` and `S.bind`, and will need `S.sample` and `S.filter` later.. guess I in the end need most (:

Do I get an initial value if client doesn't have JS with C.node?