Eduardo Asafe

Results 7 comments of Eduardo Asafe

Hi again @asvanberg . I am trying to understand your proposal. What advantages does a built in ```localize``` function would have over a third party library or some other ad...

Ad hoc like ```label' :: DataType -> Html a```. That being said, built in internationalization makes sense and it would be more convenient (but I think we could get away...

> I'm new to PureScript so not sure I can manage this when it would appear to involve FFI/JavaScript. This is why I wanted #54 to make it easier to...

After actually trying an implementation, I am closing this. The added complexity to the library code does not justify the gains of not having to thread a parameter.

Hello @iclanzan , I am afraid I don't know what React.Basic uses monoids for. Is it a list like instance?

I suppose this could be done. Though flame doesn't really have an equivalent to ```empty``` right now.

```document.createFragment``` is currently used for fragments. I think it could work if treated as a special case.