-
Updated
Aug 14, 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,636 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Haskell
e.g. https://godbolt.org/g/Ce6Mhe from Christian Mazakas on slack
-
Updated
Apr 12, 2021 - TeX
-
Updated
Jul 7, 2021 - Python
-
Updated
Aug 10, 2021 - Haskell
-
Updated
Aug 12, 2021 - Haskell
-
Updated
Aug 1, 2021 - TeX
-
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
Jun 29, 2021 - Haskell
Upon upgrading from 0.9.0 to 0.10.0 I get an error on this:
Log.debug "Some log message"
The error:
• Could not deduce (IsString string0)
arising from the literal '"Some log message"'
...
The type variable 'string0' is ambiguous
These potential instances exist:
instance IsString Value
-- Defined in 'aeson-1.5.4.1:Data.Aeson.Ty
Problem Description
spawn "scrot --select filename.png"
fails because spawn doesn't release its grab on keyboard.
scrot --select
needs the keyboard to work.
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
-
Updated
Jul 18, 2021 - 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
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
Given this:
data Metaprogram = Metaprogram
{ mp_name :: !Text
, mp_known_by_auto :: !Bool
, mp_show_code_action :: !Bool
, mp_program :: !(TacticsM ())
}
deriving stock Generic
{-# ANN Metaprogram "hello" #-}
instance NFData Metaprogram where
rnf (!(Metaprogram !_ !_ !_ !_)) = ()
without -XBangPatterns
enabled, I get a code
-
Updated
Aug 14, 2021 - Haskell
-
Updated
Jul 21, 2021 - 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
The table ID is currently lost, but could be included by wrapping the table in a bookmark (probably via empty paragraphs before and after the table).