-
- [x] kotlin
- [x] javascript
- [x] C
- [x] python
- [x] java
- [ ] c++
- [x] clojure
- [x] rust
- [ ] dart
- [ ] ocaml
- [ ] scala
- [x] lol no generics
^ that's go
- [ ] elm
^ fron…
-
What lint standard do we actually want? Candidates:
- `tool/pylintrc`
- Grem has a lint file for Bayeslite
- Adopt a different linting tool, such as flake8? (Recommended by @tibbetts and Madeleine, …
-
```
foo :: a -> ()
foo ~_ = ()
bar :: a -> ()
bar a = foo a
```
When `{-# LANGUAGE Strict #-}` is present, `bar undefined` throws, but eta-reducing `bar` will not throw, resulting in a behav…
-
**Describe the bug**
Passing `--enable-benchmarks` to `new-build` does not cause benchmarks to be built.
**To Reproduce**
Here is Travis CI log for `megaparsec` which has broken benchmarks bu…
-
## Your environment
Which OS do you use?
ArchLinux
Which version of GHC do you use and how did you install it?
8.10.7 from ghcup
Which LSP client (editor/plugin) do you use?
Code OSS from…
julmb updated
9 months ago
-
add extensions to haskell setup.
-
If there's something about optics you don't understand, please talk a little about it below.
# Format
Include:
* the language you're using (Haskell, PureScript, Scala, or something else?)
…
-
When trying to compile, with Haskell LTS 1.15's Fay, some Haskell code that used to work with `fay 0.20` and `fay-text 0.3.0.2`, I got the following error:
```
Handler/Home.hs:62:7:
Exception whe…
-
```
glib> Configuring glib-0.13.8.0...
glib> build
glib> Preprocessing library for glib-0.13.8.0..
glib> setup: Error in C header file.
glib>
glib> /Library/Developer/CommandLineTools/SDKs/MacO…
-
I got vscode-haskell to work - for example I can sue Code evaluation, but I cannot see completion. I am wondering what are the additional extensions I should install.
Could somebody add the current …