Matthijs

Results 13 issues of Matthijs

**Linux & Mac:** I couldn't find specific instructions, but I'm guessing they exist, as it sounds like Juliaup should work on these platforms. **Windows:** For some, installing from the Store...

This is my WIP w.r.t. #1103.

- [ ] Point out & fix the space leak in the `scanl` solution - [ ] Optionally discuss said space leak in an Article.

Intended effect in the output of `elm-test`: ```diff > Tests > Squeaky Clean -> 5 +> Task 5 > Omit digits "1My2Finder3" ╷ │ Expect.equal ╵ "MyFinder" ``` Beware: if...

Stack has a few thinks going for it: - Installation of GHC &c. _just works_ (for beginners, anyway); - The viability of stack as a setup tool need not be...

Feel free to assign this to me, so that I don't forget. What are some things that need testing?

MWEs: ```haskell {-# LANGUAGE TypeApplications #-} _ = let x = pure () in x @Maybe ``` ``` ghci> :set -XTypeApplications ghci> x = pure () ghci> x @Maybe ```...

tool:GHC
type:error-message
status:Composing error message