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

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

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

porglezomp
porglezomp commented Oct 11, 2019

I went to godbolt in the middle of the night and found it extremely bright and started wondering if it could respect the system setting.

There is a CSS media feature prefers-color-scheme which indicates whether the user prefers light or dark mode. It might be nice to make the default dark mode if the user hasn't explicitly picked one yet be "System" and using the prefers-color-scheme settin

yihuang
yihuang commented Aug 2, 2019

Below is the error message when it happens, the file output/Data.String.CodeUnits/docs.json is empty. Work around is to delete the file and run it again.
It happens occasionally, I've tried to delete whole output directory, but it doesn't happen again.

$ spago docs -f ctags
Generating documentation for the project. This might take a while..
purs: An internal error occurred during co
purplecity
purplecity commented Oct 23, 2018

when I following :

https://github.com/input-output-hk/cardano-sl/blob/master/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md

Then:
nix-build -A cardano-sl-static --cores 0 --max-jobs 2 --no-build-output --out-link master

result:
error: attribute 'cardano-sl-static' in selection path 'cardano-sl-static' not found

when I build with cardano-sl-node-static. how much

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

aryairani
aryairani commented Nov 18, 2019

The resulting transcript .output.md would still be preserved, and the resulting codebase should be preserved with a flag, e.g. -preserve.

Rationale: Since transcript running so far is just for running tests or generating .output.md, the resulting codebases are uninteresting accumulated garbage.

See: Main.runTranscripts

rahulmutt
rahulmutt commented Jan 23, 2019

Laziness is a particularly tricky topic, but once you get a handle on it, it's just as easy to fix laziness bugs as it is to fix memory leak issues that you may stumble across in GC'd languages. We should add a dedicated section to the user guide on laziness as well as the runtime system, how to analyze STG code for performance, and how to deal with SOEs.

Lermex
Lermex commented Jul 14, 2019

This issue is to announce that I'm working on implementing a Miso submission for Realworld. This is aiming to be the most comprehensive Miso example with pages, routing, auth, css, etc.

The only thing it's not gonna cover, at least initially, is full-stack development with shared types. I'll think about adding that (maybe in a separate example?) when

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

crispgm
crispgm commented Jan 7, 2020

I define commodities and accounts in a base.journal like:

D ¥1,000.00
commodity ¥
    format ¥1,000.00

account expenses:accessories
...

And it is included in every journal:

e.g.

!include ../base.journal

2020/01/01 Bike
    expenses:transportation:bike     1.5
    liabilities:credit:bankcomm

The accounts work fine with accounts, but the commodities not ap

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

Related Topics

cabal ghc stack
You can’t perform that action at this time.