Why does `:kind` in the REPL throw error for `data T a f = T (a f)`?
|
|
3
|
504
|
May 30, 2024
|
Discord server email verification problem
|
|
1
|
1219
|
May 17, 2024
|
How does this (`unsafePartial`) function application work?
|
|
2
|
345
|
May 2, 2024
|
How component function is returning an effectful computation?
|
|
10
|
531
|
April 28, 2024
|
GitHub Actions test reporter
|
|
2
|
467
|
April 25, 2024
|
How do I reference a local package dependency where the package is in a multi-package workspace?
|
|
0
|
464
|
April 1, 2024
|
Does this `List.unzip` implementation have anything to do with the fixed-point combinator?
|
|
5
|
552
|
February 11, 2024
|
Is `otherwise` mandatory in guards?
|
|
3
|
568
|
February 10, 2024
|
Porting a Draggable Table example from JS to Purescript-Halogen
|
|
3
|
583
|
February 6, 2024
|
Using typescript compiler api to help generating bindings
|
|
6
|
1012
|
December 29, 2023
|
`Profunctor.Strong` vs Haskell’s `Control.Arrow`
|
|
2
|
441
|
December 29, 2023
|
Regarding Wrappers Around Effectual Foreign Functions
|
|
4
|
469
|
December 17, 2023
|
What is the easiest way to convert effect to the same effect in `purescript-run`?
|
|
9
|
618
|
December 9, 2023
|
Why does this need to be a monoid?
|
|
2
|
530
|
November 23, 2023
|
Could not match type MyMaybe with type Maybe
|
|
6
|
487
|
November 23, 2023
|
How to read `liftAff` signature?
|
|
2
|
546
|
November 13, 2023
|
How to embed another react component inside a reactcomponent?
|
|
4
|
821
|
November 7, 2023
|
Instant feedback for errors/warning in neovim with purescript-language-server and coc-purescript?
|
|
0
|
384
|
November 5, 2023
|
Halogen confusion
|
|
2
|
524
|
October 24, 2023
|
Splitting type-level strings by period
|
|
5
|
566
|
October 22, 2023
|
Could not match type HTMLDocument with type Document
|
|
4
|
485
|
October 15, 2023
|
No hover tips for local types and functions
|
|
1
|
484
|
September 29, 2023
|
How to avoid clumsy constraints with IsoPrism?
|
|
1
|
515
|
September 20, 2023
|
Manipulate nodejs global effectfully vs. not
|
|
5
|
402
|
September 20, 2023
|
How to go from `(Event -> Effect a) -> Effect EventListener` to `(Event -> Aff a) -> Aff EventListener`?
|
|
7
|
493
|
September 19, 2023
|
How to fix warnings in import
|
|
4
|
558
|
September 18, 2023
|
PureScript in Industry
|
|
12
|
1976
|
September 18, 2023
|
How to base64 encode a string
|
|
4
|
547
|
September 15, 2023
|
A function with type variable Coercible to one of 2 types
|
|
2
|
587
|
September 15, 2023
|
Streaming a file to a web app
|
|
2
|
477
|
September 14, 2023
|