Conversation
Author
|
Oh, I read the issue and then went and wrote this without referencing it again 😅 A EDIT: made the changes, much simpler; switches work now! |
ed40f5e to
6c627c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quick Summary: fixes #9.
This definitely needs a
lotbit more work but it was a nice project to procrastinate on my physics hw with last night :)This is my first time actually writing Haskell. I've read through a decent chunk of the wiki but was always too lazy to actually write some. Hopefully it's not completely awful (it is) but please just try to be honest where I've completely gone off the rails.
Oh, also, no AI of any form was used in the writing of this PR. It's all me. If it's slop, it's at least human slop :)
It won't offend me at all if you just close this as "not planned."
TODO:
--debugand--optimizeand be scaredelm-esmdoes some other transformations. Are they important?Additional Details
Locally developing, it took me a bit to set the whole thing up. I just want to check I'm not missing anything:
extra/readme.md, HLS doesn't workpackage.json? Even with esbuild, it builds but repl-worker gets emptiedstack run make src/Index.elm -- --output=assets/elm.mjs && node assets/importer.mjson the Reactor is about the best I'll get for testing?stack testandghci+:rrwill work... fine for checking compile errors, but the tests won't actually pass unless I'm Lamdera team because they rely on the API or similar.I think this part of the template is just for bug fixes, please correct me if I'm wrong.