How to derive Eq from Data.Either?
|
|
5
|
51
|
May 31, 2023
|
DocRef type for easy navigation in code base
|
|
0
|
18
|
May 30, 2023
|
Let's decide the semantics of `Int` operations
|
|
0
|
116
|
May 17, 2023
|
Purescript book chapter6 NonEmpty
|
|
2
|
168
|
March 28, 2023
|
How to escape double quotes in a string?
|
|
8
|
173
|
March 17, 2023
|
Record projection syntax
|
|
6
|
294
|
February 28, 2023
|
PS equivalent to REPL's :type command?
|
|
5
|
165
|
February 24, 2023
|
Is there a tree-sitter parser for purescript grammar?
|
|
6
|
232
|
February 20, 2023
|
Bundle Split of purescript project with webpack is increasing the bundle size by 300%
|
|
4
|
183
|
January 30, 2023
|
Let-in vs let which should I use?
|
|
11
|
1036
|
January 3, 2023
|
Confusion about the order of constraints and type variables in a signature (aka. `forall a. a -> Eq a => a` is valid)
|
|
2
|
184
|
December 9, 2022
|
Indexed Access Types
|
|
15
|
390
|
August 21, 2022
|
Is it possisble to "and-compose" two functions?
|
|
7
|
485
|
August 20, 2022
|
Academic / theoretical basis of the PureScript type system
|
|
17
|
4860
|
July 5, 2022
|
How do you divide a Data.Time.Duration into chunks?
|
|
1
|
262
|
June 27, 2022
|
Clarification on Array Eq
|
|
1
|
220
|
June 2, 2022
|
Is it possible to use function argument placeholders _ to flip their order?
|
|
5
|
343
|
May 16, 2022
|
Any tools to measure coverage of `stack test`?
|
|
4
|
338
|
April 13, 2022
|
Proposal: make Ref.new pure in Effect and ST
|
|
8
|
384
|
April 4, 2022
|
Help with code comprehension
|
|
10
|
488
|
March 18, 2022
|
What's more "purescriptonic": parentheses or '$'?
|
|
11
|
624
|
March 15, 2022
|
Optimising compilation time using module, function level caching of type information. Inspired by rescript compiler
|
|
9
|
562
|
March 1, 2022
|
Questions about combining types in Purescript
|
|
6
|
441
|
February 22, 2022
|
Could compiler lift primitives automatically to their monad context?
|
|
4
|
366
|
February 9, 2022
|
Compiler plugins
|
|
1
|
382
|
January 31, 2022
|
Allow specification of precedence of infix functions
|
|
5
|
408
|
January 13, 2022
|
Is there a better way to bind Aff + Either?
|
|
8
|
500
|
December 31, 2021
|
Compiler cannot resolve Union typeclass
|
|
0
|
249
|
December 14, 2021
|
Record update syntax for newtype with typeclass instance
|
|
8
|
648
|
December 7, 2021
|
Why do document comments for fields and tags not work?
|
|
2
|
311
|
December 3, 2021
|