Elliot Cameron

Results 92 issues of Elliot Cameron

I'm not sure it's even possible to fix this but you'll notice that when defining a record with function types, you must use parenthesis like this: ```haskell type MyRec =...

I've sort of touched on this idea before, but now I'm quite certain this would be nice. Instead of having to run a separate program in order to run my...

I listened to an interview about Noria in which it was explained that a writer may actually not immediately witness it's own writes when reading. Surely this is not true...

I don't understand the internals yet but it's clear that the `WebSocket` type is lacking some instances that `Raw` has. When trying to wrap `servant-auth`'s `Auth` combinator around `Raw`, things...

**Shared Program**: https://code.world/haskell#PySpd_fhz7PMTpiViNhV1Fg **Description** I was trying to write a freeze tag game played by several players. Unfortunately only the movements of the player 0 actually propagate. Movements of player...

bug

Gitpod and the almost identical clone, GitHub codespaces, give a rather effective IDE for codeworld Haskell mode. You can try out mine here: https://github.com/3noch/haskell-gitpod-template/tree/codeworld (The output is automatically updated with...

These would be helpful for my students as they are using the Haskell variant and Haskell IDE will show inline documentation.

The `codeworld-api` package plus the amazing Haskell IDE in VSCode means there is a fantastic local development story for CodeWorld. But I'd still like the ability to share my creations...

enhancement

It seems like such a shame that blocks mode doesn't let you *run* your programs. Even if it is buggy, it is a promising direction!