Daniel Mlot

Results 14 comments of Daniel Mlot

@ocramz Another notable reverse dependency is *diagrams*, which relies on it for [its `with` trick](https://archives.haskell.org/projects.haskell.org/diagrams/doc/manual.html#faking-optional-named-arguments).

I feel this discussion might benefit from concrete examples. Illustrations of how you folks have been using `Default Int` and `Default String` in the wild would be much appreciated. The...

@mitchellwrosen Thanks. [This comment dug up from an old r/haskell thread](https://www.reddit.com/r/haskell/comments/5gospp/dont_use_typeclasses_to_define_default_values/daxhfog/) is similar in spirit, being about the surprises `instance Default r => Default (e -> r)` might bring. I'm...

Though this is a completely anecdotal report (I don't have anything like a proper reproduction), I'll post it just in case it turns out to be of any use. After...

> To give us a conceptual framework in which to talk about widget design, I have now uploaded the conceptual part of the widget design guide. It is shaping up...

> In particular, we don't need to define a new data type for each widget. In fact, any data type we have defined so far was a record type, whose...

Ooh, so now we have both garbage collection and recursion! I will start converting Stunts Cartography to the soon-to-be 0.4, and will report on any interesting findings, including those directly...

> I have to admit that I don't quite understand the details of the issue. It seems to be about code in a >`` which is required to be loaded...

I can't reproduce this on Firefox 39.0 (as opposed to 40.0).

> To me, the easiest solution seems to be allowing multiple static directories, but there could be others. Once upon a time, I wrote [a patch for doing that](https://github.com/HeinrichApfelmus/threepenny-gui/pull/115). Though...