-
There seems to have been some attempts to get ghc-mod working with 8.2.1; curious what the status of that work is. Thanks for this great software; now that I upgraded to 8.2.1, I'm really missing it!
-
[RFC FS-1073](https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1073-record-constructors.md)
### F# has concise syntax for defining records:
```fsharp
type PensionData =
{ Name:str…
-
As explained on #308 , we'd probably have a custom prelude for Eta.
I'd like to suggest that we could put some major changes on it that make things easier for newcomers to Eta/Haskell, but make it …
-
I love this package and use it wherever I can, as I love functional programming. The only thing that bothers me a little is the lack of documentation.
Would'nt it be a nice idea to document the cod…
-
Let's get Alt as a superclass of Alternative in base.
With Alternative (Either String) being dropped in `lts-22.22`, I find myself reaching for Alt:
https://hackage.haskell.org/package/semigroup…
-
## Current status
- [x] Implement typebind & autobind #3120
- [ ] ~~clean up the parser for -> as typebind~~ probably not worth the effort
- [ ] print binding expressions using the syntax sugar
…
-
That is, use PureScript as a JavaScript code generator.
When loading a rom, get purescript to generate mutable JavaScript code as a string value, then just do JavaScript injection (`
-
I would like to be able to parametrise modules by types and lifetimes. Type parameters are useful where many items in a module should use the same concrete type. E.g., taking some implementation as a …
-
I have been writing some application code in JavaScript and TypeScript recently, and one of the things that I have started to realise is that using closures results in lots of garbage for the collecto…
keean updated
5 years ago
-
I'm proposing the fantasy-land community contributes more actively in the ECMAScript language design process. There's been some discussion on gitter, and we have at least 1 proposal idea.
I think …