coot

Results 244 issues of coot

https://github.com/purescript/purescript/issues/3083#issuecomment-335369222

``` c = foldr (\a as -> a : as) [] [1,2,3] ``` ends up with ``` c :: Array Intc = foldr (\a as -> a : as) []...

After merging #51 we should clean and refactor the code to use `autoload` directory.

It seems the latest version of `ghc` that is still supported is `8.10` which is the next version that will be deprecated.

It seems that HLS can get confused when working on the same project cloned in different directories. When I had to work using such a setup, there was only one...

type: bug
type: enhancement
component: hie-bios
component: ghcide
status: needs info

**Describe the bug** The following counterexample is found: ``` propExploration: FAIL (61.59s) *** Failed! Falsified (after 47 tests and 64 shrinks): AreNotEqual Shrink2 {getShrink2 = Tasks [Task [WhenSet 0 0,ThrowTo...

IOSimPOR

Put `si-timers`, `strict-stm` and `strict-mvar` as public libraries of `io-classes`. `strict-mvar:test` is left in `test-strict-mvar` as it introduces a cycle between `io-sim` and `io-classes` which cabal cannot resolve.

* [ ] `TMVarDefault` * [ ] `TQueueDefault` * [ ] `TBQueueDefault` * [ ] `TArrayDefault` * [ ] `TSemDefault` * [ ] `TChanDefault` A bonus point for designing tests...

enhancement