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 6,539 public repositories matching this topic...
Hi,
I'm using pandoc (version 2.9.2.1) to convert documents to dokuwiki format.
I ran into a problem using this command:
pandoc input.html -f html -t dokuwiki -o output_dokuwiki.txt --preserve-tabs
Input:
<strong>bold</strong>
<em>italic</em>
<u>underline</u>
Output:
**bold** //italic// underline
Expected output:
**bol
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
The images are quite nice but sometimes they feel kinda cheap. It would be nice if they could be redrawn with TikZ.
This would give a touch of class to a book that is already beautiful.
Simple solution:
 when
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
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
Following #338, we should be able to avoid running parcel
at link-time and instead ship a pre-bundled rts.js
. Some minor adjustments in the js codegen, and the browser backend can take advantage of rts.js
and use it to initialize multiple instances at once.
Besides improving linking speed, this also means we can drop npm-utils
, which uses a custom Setup.hs
to do npm install
...whic
-
Updated
May 27, 2020 - Java
Describe the bug
As mentioned on #641, n
and note
have no clear description in the docs regarding their difference. This can be confusing to newcomers, and their behavior should be documented.
Describe the bug
I expected to see the documentation for default-language
and other-languages
fields in the build information section of the docs. However, it is not present there. Searching the documentation doesn't help as well.
I found the syntax documentation in "Field Synta
-
Updated
Jun 10, 2020 - Clojure
This is something I reach for, perhaps because I'm used to it more than anything. But it might be nice to have Hoogle integrated into the documentation.
Repro: go .cabal
file, type quick
somewhere in build-depends
stanza, a suggestion list appears
Expected: the QuickCheck
package is present in the suggestions' list
Instead: the QuickCheck
package is absent in the suggestions' list
-
Updated
Jan 25, 2020 - Haskell
Released 1990
- Organization
- haskell
- Website
- www.haskell.org
- Wikipedia
- Wikipedia
For new checks and feature suggestions
shellcheck.net (i.e. the latest commit) currently gives no useful warnings about thisI can't check shellcheck.net because it requires JavaScript.
Here's a snippet or screenshot that shows the problem: