-
Updated
May 21, 2022 - 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 8,434 public repositories matching this topic...
asciidoc checklists
Explain the problem.
Converting the following:
pandoc -f gfm -t asciidoctor <<EOF
- [ ] a
- [x] b
EOF
produces:
* ☐ a
* ☒ b
instead of using the checklist syntax (see asciidoctor docs):
* [ ] a
* [x] b
This seems related to [the recently fixed org-mode r
-
Updated
Jun 15, 2022 - Haskell
Is your feature request related to a problem? Please describe
Very often, with working with conformance view, I work with different versions of the same compiler, all options are the same. Or I work with different C++ standards, with the same compiler and the same options (exception for this one). Or...
Right now, to add a new compiler in the conformance view, I have to start from an empty
-
Updated
May 17, 2022 - TeX
-
Updated
Apr 13, 2022 - Python
-
Updated
Jun 12, 2022 - Haskell
-
Updated
Jun 15, 2022 - Haskell
-
Updated
Jun 5, 2022 - TeX
.> names #7pjlvdu42gmfvfntja265dmi08afk08l54kpsuu55l9hq4l32fco2jlrm8mf2jbn61esfsi972b6e66d9on4
😶
I couldn't find anything by that name.
.> view #7pjlvdu42gmfvfntja265dm
#7pjlvdu42g : '{g} t -> Doc
#7pjlvdu42g a = Special (EvalInline (term a))
I'd expect it to say something like:
I found that hash in your codebase, but it doesn't have any names.
Try `view
-
Updated
Jul 30, 2020 - Haskell
If you compare the old PHP-based code generators with the newer Haskell-based one's , the PHP-based code gen's have much more readable code.
One low hanging fruit is to replace the normal haskell
-
Updated
Nov 30, 2019 - 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
Dec 23, 2020 - Haskell
-
Updated
Feb 25, 2022 - 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
GHC 9.2 still had API organization & changes.
During hard work in #2503 - some of CPP were placed around, haskell/haskell-language-server#2503 (comment), the organization would be appreciated.
CPP
is justified in .ExactPrint
modules, since ghc-exactprint
has been redesigned in ghc 9.2
: the types and programming model are completely different, so
-
Updated
Jun 10, 2022 - Haskell
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
-
Updated
May 12, 2022 - Haskell
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
-
Updated
Jun 9, 2022 - Haskell
-
Updated
May 6, 2022 - Java
fadeTime
is missing tidalcycles/Tidal#618
While we're about it, lets check to see if others are missing
Released 1990
- Organization
- haskell
- Website
- www.haskell.org
- Wikipedia
- Wikipedia