TheMatten
TheMatten
Provides part of #244 for `Data.Text`.
Trying to compile this minimal example: ```hs module Main where x | _
It would be nice to have this app on [F-Droid](https://f-droid.org). It would have to comply with [Inclusion Policy](https://f-droid.org/en/docs/Inclusion_Policy/).
When using `--allow-eval` with unfamiliar codebases, it may be useful to have flag that disables execution of evaluable comments, while still showing them in REPL for inspection - compared to...
Once #4 is finished, we want to parse it - let's track related problems here: - Moving relevant question from #1 here - which library do we want to use...
Roadmap
Let's put together some roadmap! As @ssbothwell mentioned, we could start with core IR - it doesn't need any inference and should be much simpler language, while supporting all the...
There's a lot of options when it comes to code style / used packages - let's put some guidelines together to make things easier. I have some ideas in mind,...
Splitting discussion out of #1 - proposed extensions are: - [ ] `BlockArguments` - [ ] `ExplicitForall` - [ ] `Haskell98` - [ ] `MonoLocalBinds` - [ ] `NoNPlusKPatterns` -...
`notHappyAtAll` doesn't provide any useful information, not even stack trace, so user is left wondering what happened in generated file.
With the `StrictData` extension enabled, generated code seems to force `notHappyAtAll` in wrong places, unexpectedly failing with ``` *** Exception: Internal Happy error ```