play-haskell icon indicating copy to clipboard operation
play-haskell copied to clipboard

Haskell Playground

Results 29 play-haskell issues
Sort by recently updated
recently updated
newest added

### Feature request It might present a better introduction to Haskell if there were a broader list of Haskell programs on display. I'm the owner of this, for example: https://www.github.com/haskript/big-book-of-small-haskell-projects...

## Proposed changes - Move Contents out of DB and rename to Paste - Add ghcVersion field to Paste - Alter paste table to include ghcVersion column - Modify play.mustache...

This is a discussion issue for suggestions on how to improve the web user interface of the playground. If your idea has already been mentioned earlier in the thread, please...

**Feature Description:** Add the ability to display intermediary compiler representations within the Haskell Playground. This should include stages like parsing, renaming, type-checking, Core representation, STG representation, Cmm and LLVM representation,...

In #14 we concluded that the playground could do with decent monitoring, so that we can enable the humans (human?) running the server to detect abuse that the bare-bones IP-based...

enhancement
help wanted
good first issue

Since #35, one flag is passed to GHC when printing core/asm output: `-dno-typeable-binds`. Because `{-# OPTIONS -dtypeable-binds #-}` doesn't seem to be a thing, there needs to be some UI...

### Feature request Recently I tried helping a someone on discord, however it's rather difficult to get a specific version of ghc compiler since I'm on nixos, I could only...

### Feature request Having had the pleasure of tomsmeding on IRC providing me with a Free $ Free Monad $ Tutorial exercise, I think that, first, his exercises are excellent,...

Currently when loading a stored paste, the playground just selects the default GHC version, rather than the version selected when the paste was created. This is annoying when wanting to...

enhancement
help wanted
good first issue

Currently the workers just make the host .ghcup directory available in the containers, meaning that it's up to the worker host administrator to install new GHC versions in ghcup whenever...

enhancement
help wanted