Results 56 issues of Simon Shine

- Man må gerne kunne vælge hvilken orden af spillet, man ønsker (1. orden er det hvor man kun har valget `sten`, 1.5'te orden er det hvor man har valget...

Katastrofe

When cross-compiling Moscow ML for Windows, mosmllex is left in two parts: header.exe and mosmllex. The old .w32 Makefile suggests that this is fixed by concatenating the two files into...

First, [why](https://github.com/mrkkrp/megaparsec#megaparsec-vs-parsec). Second, this was already [done](https://github.com/sshine/lira/blob/master/src/Lira/Contract/Parser.hs) [twice](https://github.com/sshine/sword-proto/blob/master/src/Sword/Contract/Parser.hs). The task is to use [`makeExprParser`](http://hackage.haskell.org/package/parser-combinators/docs/Control-Monad-Combinators-Expr.html#v:makeExprParser)'s [`TernR`](http://hackage.haskell.org/package/parser-combinators/docs/Control-Monad-Combinators-Expr.html#t:Operator) for dealing with ternary if-then-else.

This is a short brainstorm on issues that we can focus on in 2021. - [x] Remove all references to "Dagger" and "daggerc". - [ ] Fix module imports. (This...

I managed to install smos on a Debian 11 VPS with 2GB RAM via Stack, but I felt that it required non-trivial steps: Using the system Stack would not give...

Hi there, I wrote the following generator, which I somehow assumed would scale exponentially based on the size parameter: ```haskell genInteger :: Gen Integer genInteger = Gen.integral (Range.exponentialFrom 0 (-128)...

The main purpose of this issue is to document a usability bug caused by the way `exercism download ...` currently updates exercises on the Haskell track. It seems that there...

bug

In #780, exercises that might be applicable for teaching the `Data.Text` module were found. In some of those cases, the test suite was extended with `OverloadedStrings` so that both `String`...

good first issue

Currently several links in README.md are broken: - https://tracks.exercism.io/haskell/master/unimplemented (`master` has become `main`) - https://github.com/exercism/docs/blob/main/you-can-help/implement-an-exercise-from-specification.md (404) - ... It would be neat if we were notified if a link is...

enhancement