0xd34df00d

Results 40 comments of 0xd34df00d

@gregorycollins what are your thoughts on this? If you think this is OK, I might take a look at actually implementing this.

The use case is to build the hash table kust once in ST and then use it in pure code just for lookups without having to wrap the pure code...

Haha, I won't be able to tell left from right too in a couple of years! For my definition of the multisets (which I believe coincides with yours) the only...

Got same problem with a stack/hpack-based project, but for `Setup.hs` (the one for test files indeed goes away after doing `stack test`): 2020-02-09 18:48:25.020555898 [ThreadId 4] - Fail on cradle...

@fendor I wasn't trying to load `Setup.hs`, this appeared when I tried to open the usual `app/Main.hs`. Sorry for omitting that!

@fendor that's unlikely, I can reproduce this by just opening a fresh instance of vim (+ coc + hie) with that single file as an argument.

@fendor here's the log as per `:CocInfo`: https://gist.github.com/0xd34df00d/c34916ec411bd1a58445d3cbd09cd881 Interestingly, `hie --debug app/Main.hs` looks fine and does not even mention `Setup.hs`.

@jneira that explains it! Looks like I did my `:CocConfig` before this flag was introduced/mentioned in the `README`, and I missed it when I skimmed the README yesterday. Re the...

Yay @rikvdkleij this looks awesome!

@rikvdkleij what I had in mind is the first option — just having an arbitrary `case`, not necessarily the top-level term on the RHS of a function. For instance, I...