-
Updated
Apr 26, 2021 - Haskell
Haskell

Haskell is a functional (that is, everything is done with function calls), statically, implicitly typed (types are checked by the compiler, but you don't have to declare them), lazy (nothing is done until it needs to be) language.
Here are 7,383 public repositories matching this topic...
-
Updated
Apr 26, 2021 - Haskell
Currently, with dark theme only available colour scheme is grey shades, while light mode offers multiple colour schemes. With only greys, it can be hard to tell difference between shades.
It might be good idea to add (more) colour schemes to dark mode. Even just copying schemes from light mode would be a good start, although they might need a bit of tweaking to avoid heavy contrast with backgro
-
Updated
Apr 12, 2021 - TeX
-
Updated
Mar 31, 2021 - Python
-
Updated
Apr 26, 2021 - Haskell
-
Updated
Apr 23, 2021 - Haskell
Current behavior:
.> view ##Nat
⚠️
The following names were not found in the codebase. Check your spelling.
##Nat
.> names ##Nat
😶
I couldn't find anything by that name.
.> alias.type ##Nat Nat
Done.
.> names ##Nat
Type
Hash: ##Nat
Names: Nat
.> view ##Nat
-- Nat is built-in.
Desired behavior would be something like:
-
Updated
Jul 30, 2020 - Haskell
-
Updated
Nov 30, 2019 - Haskell
-
Updated
Dec 23, 2020 - Haskell
There are a number of functions that create https servers for integration tests:
- https://github.com/wireapp/wire-server/blob/b266f9aae3ee8bf31ac83413b7e7f37feb8aa488/services/brig/test/integration/API/Provider.hs#L1519-L1531
- https://github.com/wireapp/wire-server/blob/b266f9aae3ee8bf31ac83413b7e7f37feb8aa488/services/galley/test/integration/API/Teams/LegalHold.hs#L805-L825
- ...? (`git g
-
Updated
Apr 16, 2021 - Haskell
-
Updated
Apr 7, 2021 - Haskell
Our xgboost models use the binary:logistic'
objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.
This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning
As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.
My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi
Is your feature request related to a problem? Please describe.
This is the tracking issue for the Asterius Hackage Overlay.
Describe the solution you'd like
We should implement and host a Hackage overlay, similar to head.hackage and mobile haskell overlay. The reason is:
- We already patch so
Which lsp-client do you use:
VS Code
Steps to reproduce
Type -- >>> head []
in the editor and click on Evaluate...
Expected behaviour
Output:
*** Exception: Prelude.head: empty list
as in ghci.
Actual behaviour
Output:
-- Ambiguous type variable ‘f0’
-- prevents the constraint ‘(Show f0)’ from being solved.
-- Probable fix: use a type annotation to speci
-
Updated
Dec 29, 2020 - Java
-
Updated
Mar 15, 2021 - Haskell
fadeTime
is missing tidalcycles/Tidal#618
While we're about it, lets check to see if others are missing
Describe the bug
Choosing the "library" option in the interactive init script still produces a exe
directory
To Reproduce
Follow the init steps for a new library. Example:
λ П(a: A) haskell → mkdir foo
λ П(a: A) haskell → cd foo
λ П(a: A) foo → cabal init
Should I generate a simple project with sensible defaults? [default: y] n
What does the package build:
1) Execu
-
Updated
Apr 21, 2021 - Haskell
Released 1990
- Organization
- haskell
- Website
- www.haskell.org
- Wikipedia
- Wikipedia
I'd like to have
pandoc
convert(or similar) to
I've searched the doc.s and tried the online tool, but can't figure out how to do it (I'm assuming
pandoc
doesn't do it, actually). I'm usingpandoc --from html --to 'markdown_strict' file.html -o FILE.md
. I'm willing to pull r