-
Add support for `sum` and `product`, just like in Insect. Potentially with a different syntax. Insect can do this:
```
>>> sum(x², x, 1, 10)
= 385
```
It would be fantastic if we could imp…
-
paf31 updated
5 years ago
-
In https://github.com/purescript/registry/pull/76#discussion_r495607360 we figured that we probably want to be able to remove "malicious code" from the registry. We also figured that [NPM has already …
-
I had issues running the code in the Readme. Here are a couple changes that I needed to make using purs `0.12.1`.
```
# add `toUnfoldable` based on this article https://stackoverflow.com/questions…
-
### Summary
The `lazy` and `memoized` functions (ie. anything that uses `Thunk` from `halogen-vdom`) can cause slots to incorrectly be created and destroyed when used on HTML containing child compone…
-
Could a function like this be added? https://hackage.haskell.org/package/base-4.19.0.0/docs/Data-Functor-Classes.html#v:liftCompare
In which module should such function go?
-
When attempting email addresses like `foo@`, this gives
```
Email validation error: Could not match character '['
```
Which is correctly marked as invalid but the message itself does not seem …
-
That would be nice.
-
This is sort of a funny situation... If I want to write a test for hooks in the `purescript-halogen-hooks-extra` library, I have to add a souce glob via `.spago/halogen-hooks/*/test/**/*.purs` to even…
-
I'm not sure what the correct term is for name, label, which is used to reference other things in our code, maybe 'symbol'? I know this already has meaning in PureScript on the type level but I hope t…