cryptokoans
cryptokoans
Hi, yes the (just duct-taped together) `build.sbt` that I've been working with is here: https://github.com/cryptokoans/playground/blob/master/build.sbt I haven't had a chance to go through and optimize it or add any documentation...
I'm having a hard time finding where in the code it enforces this display-once semantics. For example, ``` val myString = string("mystring,"") val myString2 = myString val both = myString...
Yes, it makes sense now that you mention that Owlet (at least how it is currently implemented) is a bifunctor. However, let's think about this for a bit: `output(a) &>...
Right, I see what you mean regarding checkbox, and perhaps my example was not the best. A better example might be one pertaining to some form of error handling where...
I've been thinking more about this, and it seems that perhaps that best example of a component that can emit either an A or B is actually the error propagation...
> currently the design of owler DOM is just to map web components to owlet components Yeah, that makes sense. It could be that what I'm attempting is too far...