-
some bower.json have authors field
```
{
"name": "purescript-nullable",
"authors": [
"Phil Freeman "
],
"description": "A library for dealing with nulls",
"license": "MIT",
…
-
**Is your change request related to a problem? Please describe.**
does it makes sense to port these modules?
1. https://github.com/purescript-contrib/purescript-parsing/blob/main/src/Parsing/Ind…
-
Given the apparently-legal snippet:
```
type MyRec = {
data :: Number
}
```
the indentation explodes with "Illegal token: data" after hitting TAB twice. It seems that all reserved words can le…
-
its not a supported language but its similar to haskell, was wondering if were simple enough to convert it from there.
-
> I think maybe we should change the options that can even be used with regex parsing to exclude `multiline`:
>
> ```
> logShow $ runParser "some\nvarious\nlines" (regexP "various$" *> PS.rest)
>…
-
Right now the intro starts with the premise that the reader knows what Melange and Reason and Ocaml are and what they're for. But if the intended audience is React developers, they may not have a clea…
-
We previously put the purescript-in-purescript self-hosted compiler project on hold even though it was functional, because the generated JS was too slow. Rewrites might be a good way to speed it up, b…
paf31 updated
5 years ago
-
so, in purescript land we publish packages to pursuit using https://github.com/purescript/spago/
1. I increment version in spago.yaml using vim
2. `spago publish`
3. it checks tests
4. it `git t…
-
Subscribe to this issue and stay notified about new [weekly trending repos in PureScript](https://github.com/trending/purescript?since=weekly).
-
The feature works only partially, it works for some imported types/functions, etc. but for some others it doesn't.
I don't see any specific pattern in the definitions for which the go to works or d…