Vladislav Zavialov
Vladislav Zavialov
I've got the same error when I tried compiling with GHCJS. (Not that I expected it to compile with GHCJS, it's just a C binding). Are you sure you're using...
Have you tried the workaround suggested by @tritlo in https://github.com/haskell/time/issues/136#issuecomment-843600385?
For process001 and process002, the workaround I use is to copy the `ls` binary to `/bin`.
> Would it be that bad for other systems if the test was changed to just invoke ls assuming it's in the PATH? I guess an easy way to check...
When running `make`, building `stage2` produces a lot of warnings like this one: ``` "inplace/bin/ghc-stage1" -optc-fno-stack-protector -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wnested-externs -optc-Wredundant-decls -optc-Wundef -optc-Iincludes...
Ok, there's a working prototype for `ReaderT` now (and the benchmarks show that it's as fast as `mtl`).
[compound-types](http://hackage.haskell.org/package/compound-types) looks like a good candidate for Sum/Product types to use with flattening of implicitly tagged transformers.
Yes, I've seen it. What I don't like about the `data-has` package is that its `Has` class doesn't define a lens, it defines a getter and a setter. For types...
Same problem (2 MB/s), iOS 11.
Please keep the space. With `DependentHaskell` we will have both `forall t m .` and `forall t m ->`. If we want the space for the arrow, we should keep...