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

rnuske
rnuske commented Oct 24, 2019

Would it be possible to also group biblatex citations if there is only a simple prefix like [cf. @a1;@a2;@a3]?

I've seen that revision a92e435 closing #4960 facilitates grouping of biblatex citations without pre- or suffixes. With current pandoc (2.7.3) I get the following (notation following [test/command/4960.md](https://github.com/jgm/pandoc/blob/a92e43575fb44c47263603b1dc5db9ef4f7421d3/t

mokshchaudhary
mokshchaudhary commented Oct 17, 2019

Right now all the icons have an external link which make them:

  • Prone to change/deletion
  • Different size,format and resolution
  • Various images are transferred over HTTP instead of HTTPS (which might become a problem in future as more and more browser start to block HTTP on HTTPS sites).
  • External server might under-perform

My suggestion is to make a folder in the repository which has

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
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 Jan 14, 2020

To the extent that Input and Output are separate to support easily porting the shell of UCM from one UI (CLI) to another (HTML), it's worth noting that the Input message of one is generally not meaningful in another.

If there are specific values in the Input constructor that are relevant to the output, just copy them into the Output constructor instead of passing through an arbitrary

fendor
fendor commented Dec 29, 2019

Instead of just relying on cabal.project, etc ... and installed build-tools, base the decision of build-tool selection on the existence of existing build artifacts. In the case of a tie between cabal and stack, break the tie arbitrarily. Changes are only necessary to https://github.com/haskell/haskell-ide-engine/blob/master/hie-plugin-api/Haskell/Ide/Engine/Cradle.hs

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

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

phadej
phadej commented Jan 14, 2020
[polinukli] /code/public-haskell/tree-diff master % cabal v2-exec env                       
Resolving dependencies...
/code/public-haskell/tree-diff/dist-newstyle/tmp/environment.-7050: createDirectory: does not exist (No such file or directory)
[polinukli] /code/public-haskell/tree-diff master % cabal --version
cabal-install version 3.0.1.0
compiled using version 3.0.1.0 of t
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

peterb12
peterb12 commented Dec 14, 2019

While often nested product types are stylistically bad, it would be great if the documentation contained at least one example of how the syntax for this works (I've spent a morning trying to puzzle this out and still don't quite understand the parsing rules.)

Released 1990

Organization
haskell
Website
www.haskell.org
Wikipedia
Wikipedia

Related Topics

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