William Rusnack

Results 93 comments of William Rusnack

now takes multiple values

It is annoying that they "allow" so many syntactic differences.

@MonoidMusician Didn't use Map but did include a key value constructor.

@MonoidMusician @thomashoneyman Is there anything else that needs to be done here?

Lot of things going on right now. I'll try read this soon

I have been thinking about this and it seems like type classes could help modularize this. This allows downstream libs to be more powerful and requires less management from halogen....

Using `attr` in the render function ```purescript module Halogen.HTML.Core where ... class Attr a b where attr :: forall r i. a -> IProp (b | r) i class AttrValue...

@Bodigrim Currently, the haskell/bytestring#365 has been pulled but, I have recently updated the float to string implementation in bytestring and have greatly improved its performance and added some capabilities. However,...

@phadej I do not see how this is any different using the lazy text hPutStr since Builder can only produce `[StrictText]`. It seems like this only cuts out the functions...