Results 10 comments of Tristan

Okay, having now found the place in the source that explicitly checks this _and_ the test case that claims the current behavior is correct, it seems like @jaspervdj wants this...

I think the primary issue with my fix as it stands is that it doesn't provide any tests? I also would have no complaints about somone removing the option in...

Happy to add tests if you all want this.

I also have need of this function - for parsing the keys into a more restrictive type.

Based on the implementation of `mapKeysWith` we have: ```haskell -- | /O(n*log n)/. -- @'traverseKeysWith' c f s@ is the map obtained by applying @f@ to each key of @s@,...

#### Patch Note, this code will fail if passed unpaired UTF-16 surrogates, values 0xd800-0xdfff, but then it's not really a string. ``` diff --git a/include/util.js b/include/util.js index 67d2133..e498f94 100644 ---...

This https://github.com/imuli/stylish-haskell/commit/22fd02d515394b3509e687f1e23b767399a4c07c commit in my personal version is the minimal thing that meets (some) of my needs. It only handles the comment inside the data declaration though: ```haskell data {-STYLISH...

Yeah, browser apps can't draw outside their boxes, but they could draw onto a screen shared by an android or electron client (and maybe iOS?). Doesn't look like there's an...

There are plenty of cases (especially within other merges) where the type of `x` is fixed by the external context. ```dhall let Pink = < Fuchsia | Magenta > let...

I'd also really like to see this, not so much from an ergonomics perspective but from being able to loosen the coupling between Dhall and the data I'm injecting for...