-
Currently, and entire bitcode module is parsed into AST nodes when it is loaded. This is a problem for the kinds of bitcode files we want to be able to handle, where we link together a lot of code (e…
-
Hi,
Regarding your post "MobX - Like React, but for Data", I wanted to add some precision regarding the `The render function of a React component is a pure function` part.
`render` is not at all…
-
Not sure if this is a HLS issue, but I'd love to get a squiggly warning in package.yaml whenever I misspell a language extension, e.g.:
```
default-extensions:
- ExplicitForall
```
Completion…
-
I find myself wanting to have values with a very specific list of effects, to constrain what my users can do, e.g. `Eff '[E1, E2] a`.
However, I then have issues *interpreting* those: if `E1` can …
-
Considering a rewrite, possibly in another language.
As such, I'll be pausing development on the `sql-parser` branch temporarily, reserving the right to walk back on this decision, and starting on …
-
I've just made my first subscription pull request to PubSub for an existing subscription.
I noticed that my `Network.Google.PubSub.Types:PullRequest` field `prMaxMessages` which is typed as a `May…
-
# Why?
In 2016 when we were considering our options for how to build an upcoming web app/project,
we opened the "***Why***?" issue #1 to capture our initial reasoning for shortlisting Elm.
In th…
-
This was a thought experiment I dumped into Slack, but Slack makes it very easy to lose things, so I'm archiving it here:
July 10th
----
The thing that is getting me excited about it is closi…
-
The aim of this proposal is to add some immutability and pure checking into the typescript compiler. The proposal adds two new keywords that would give developers a means to define functions that are …
-
Dear Jasper,
I don't know if it is possible, but I think it would be really nice to have an Eq instance of Connection. That way I could have [Connection] and be able to move them to different lists …