Skip to content
#

Haskell

haskell logo

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...

paulo-ferraz-oliveira
paulo-ferraz-oliveira commented Apr 12, 2021

I'd like to have pandoc convert

<pre><code class="language-erlang">func () -> a + b. 

(or similar) to

```erlang
func () -> a + b.
```

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 using pandoc --from html --to 'markdown_strict' file.html -o FILE.md. I'm willing to pull r

Shadlock0133
Shadlock0133 commented Apr 8, 2021

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

aryairani
aryairani commented Mar 28, 2020

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:

ehoppmann
ehoppmann commented Aug 23, 2019

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

MisterY
MisterY commented May 13, 2019

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

fmehta
fmehta commented Mar 18, 2021

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
cabal
emilypi
emilypi commented May 10, 2020

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

Released 1990

Organization
haskell
Website
www.haskell.org
Wikipedia
Wikipedia