Paul Brauner

Results 56 comments of Paul Brauner

I was following the tutorial and found this discussion after hitting this issue. Is the following still the best way to answer question 6 for now? ``` [(types-exercise-6 Γ e...

Ack. I was merely copy-pasting this solution from the other thread but I guess my question was: is a side-condition the best solution for now? Sounds like the answer is...

@jancborchardt based on the discussions #297 I would guess that arbitrarily choosing space would be controversial. Someone asks for ": " and another person for ", ". Add " "...

@nickel715 you need to call `initTabCompletion` in `on("init", ...)` too.

Sounds good to me!

In my particular case I'm interested in getting a `Map String String` that I can pass to miso's style attribute. But to make it generic enough that it's usable with...

> Yep, that makes a lot of sense. You mean https://hackage.haskell.org/package/miso-0.21.2.0/docs/Miso-Html.html#v:style_, right? > Yes! > Clay itself basically collects a list of `Rule`s (see http://hackage.haskell.org/package/clay-0.13.1/docs/Clay-Stylesheet.html#t:Rule). If you can write a...

> Hmm, I think that's best done as a separate endofunction either on Rule oder Map String String that deletes all inapplicable rules. I wouldn't include that at first, but...