-
paf31 updated
8 years ago
-
It would be nice to see a purescript usage example along side the JS one.
-
Would you take a PR to change the `MarkupM` monad to use `purescript-free`?
I would also like to be able to use `purescript-inject` to make the various HTML element smart constructors work with diffe…
paf31 updated
9 years ago
-
Hey there! Thanks for this new take on purescript-mode. : )
While in your README you use
```
(require 'new-purescript-mode)
```
the actual `purescript-mode.el` provides a `purescript-mode…
-
Most Purescript packages rely on Pursuit to generate/read documentation and the comment syntax for that is `-- | comment here` rather than just `-- comment`. Running something like `g q a p` produces…
-
PureScript is a statically typed functional programming language, very similar to Haskell, mainly targeting JavaScript.
I saw your "Hoogle for your language" blog post from http://neilmitchell.blogsp…
-
While enabling `purescript-decl-scan-mode` makes imenu queries possible, the solution isn't very robust as it depends on a bunch of regexps. A better solution would be querying `psc-ide` for a list of…
-
Ended up here from https://github.com/purescript/purescript/issues/2289. Your plugin seems like a nice idea for me :-) So I'm opening this feature request.
-
Why
https://github.com/rowtype-yoga/purescript-fetch/blob/f2513c916b8652392b341211f80b007f482f9615/src/Fetch/Internal/Response.purs#L50
Is
json :: CoreResponse.Response -> Aff Foreign
An…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Support for `Extensions` on Windows requires considerable effort to achieve.
At the moment, there are the following i…