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 6,335 public repositories matching this topic...

Jemi
Jemi commented Feb 29, 2020

For bugs

  • Rule Id (if any, e.g. SC1000):
    SC2012
  • My shellcheck version (shellcheck --version or "online"):
    Any
  • [*] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2012)

Specifically, SC2012 wiki should cover the case where ls is being used just to get the number of files matching a certain literal or glob pattern, rather than propagating th

martinlester
martinlester commented Nov 29, 2019

I am writing a document with nested lists, like this:

1. (a) foo

   (b) bar

---

1. asdf

   (a) foo

   (b) bar

When I render to a PDF, it looks as I would like. The first line contains "1. (a) foo".

When I render to HTML, there is a line break after "1.". However, the HTML appears semantically to match what I wrote, so I suppose this is just a quirk of HTML rende

diyfr
diyfr commented Mar 6, 2020

Environment

  • PostgreSQL version: All
  • PostgREST+ version: 6.0.2 (713b214)

Current state

Currently, Comment on Table

COMMENT ON SCHEMA todos IS
  'Todos object description';

generate a summary for all operations on this resource

 /todos:
    get:
      tags:
        - todos
      summary: Todos object description
      parameters:

But sum

lk-geimfari
lk-geimfari commented Aug 30, 2019

Well, we need to check all the projects and remove outdated ones.

We declare this in the readme:

However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.

But, sadly at this moment, this project looks like a mammoth shit itself.

We really need to fix it. I think

devjgm
devjgm commented Jan 20, 2020

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.

Well, ther

roymarantz
roymarantz commented Dec 16, 2019
  • This is a bug report
  • This is a feature request
  • I searched existing issues before opening this one

Expected behavior

I would find documentation for SC2253 like other errors

Actual behavior

nothing found in README.md

Steps to reproduce the behavior

search for that string in README.md

gwpl
gwpl commented Jan 18, 2018

As we see:

cardano-sl repo contains how-to doc, how to build daedalus - why isn't this doc in daedalus repo?

It not only makes it harder to find for one looking for how to build daedalus, but also :

  • confuses where to post issues r
fendor
fendor commented Feb 6, 2020
> .\cabal-hie-install help

********************************************************************************
No ghc installations found in $PATH.
The script requires at least one ghc in $PATH to be able to build hie.

********************************************************************************

No ghc installations found in $PATH.
The script requires at least one ghc in $PATH
simonmichael
simonmichael commented Mar 18, 2020

Auto posting rules affect the whole current file and any parent or child file, but not sibling files (with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.

Wo

trenttobler
trenttobler commented Feb 17, 2018

Looks like some changes made from String to JSStr broke at least this example.

I was just exploring haste / client side javascript generation from Haskell, and encountered this. I've created a patch for the one example I was working on.

I am not sure if this is the correct fix, but compiles and runs. Chrome run-time error "Tainted canvases may not be exported" occurred, but did not seem t

TerrorJack
TerrorJack commented Apr 1, 2020

The binaryen optimizer supports the --low-memory-unused argument: given the assumption that the first 1K linear memory is unused, more aggressive optimization can be performed. For improved performance, we should adjust our linker to leave the first 1K memory space to be blank, and switch on this flag.

Relevant places in the source code to look at:

  • The binaryen C API to get/set the `
poscat0x04
poscat0x04 commented Mar 23, 2020

Describe the bug
According to the user guide, a pre-built executable presented in $PATH should be enough but thats not the case for cabal new-build

A list of Haskell programs needed to build this component. Each may be followed by an optional version bound. Confusingly, each program in the list either refer to one of three things:

  1. Another executables in the same package (supported
axcmp
axcmp commented Sep 12, 2019

Suggesting the implementation of logarithmic and exponential functions into Tidal.

log function prototype

log x base

Base could be optional, with e being the default value.

Example results:

log 1000 == 6.907755278982137

log 1000 10 == 3

log 1000 2 == 9.965784284662087

etc.

d1 $ s “sample”
	# speed (slow 2 $ log ((run 100) + 1) 100)

exp funct

cdsmith
cdsmith commented Dec 15, 2019

Many of the teacher-facing features of CodeWorld are not well documented. This includes:

  1. The requirements checker, useful for additional feedback.
  2. Import by hash, useful for designed exercises with domain-specific framework or scaffolding.
  3. The CodeWorld.Image module, useful for more easily importing educational assets.
  4. The CodeWorld.Parameter module (#1243), useful for easy inte

Released 1990

Organization
haskell
Website
www.haskell.org
Wikipedia
Wikipedia
You can’t perform that action at this time.