How to escape double quotes in a string?
|
|
8
|
1010
|
March 17, 2023
|
PS equivalent to REPL's :type command?
|
|
5
|
747
|
February 24, 2023
|
Is there a tree-sitter parser for purescript grammar?
|
|
6
|
1040
|
February 20, 2023
|
Bundle Split of purescript project with webpack is increasing the bundle size by 300%
|
|
4
|
904
|
January 30, 2023
|
Let-in vs let which should I use?
|
|
11
|
2722
|
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
|
612
|
December 9, 2022
|
Indexed Access Types
|
|
15
|
927
|
August 21, 2022
|
Is it possisble to "and-compose" two functions?
|
|
7
|
962
|
August 20, 2022
|
Academic / theoretical basis of the PureScript type system
|
|
17
|
6978
|
July 5, 2022
|
How do you divide a Data.Time.Duration into chunks?
|
|
1
|
715
|
June 27, 2022
|
Clarification on Array Eq
|
|
1
|
566
|
June 2, 2022
|
Is it possible to use function argument placeholders _ to flip their order?
|
|
5
|
838
|
May 16, 2022
|
Any tools to measure coverage of `stack test`?
|
|
4
|
928
|
April 13, 2022
|
Proposal: make Ref.new pure in Effect and ST
|
|
8
|
909
|
April 4, 2022
|
Help with code comprehension
|
|
10
|
973
|
March 18, 2022
|
What's more "purescriptonic": parentheses or '$'?
|
|
11
|
1216
|
March 15, 2022
|
Optimising compilation time using module, function level caching of type information. Inspired by rescript compiler
|
|
9
|
1136
|
March 1, 2022
|
Questions about combining types in Purescript
|
|
6
|
836
|
February 22, 2022
|
Could compiler lift primitives automatically to their monad context?
|
|
4
|
812
|
February 9, 2022
|
Compiler plugins
|
|
1
|
977
|
January 31, 2022
|
Allow specification of precedence of infix functions
|
|
5
|
986
|
January 13, 2022
|
Is there a better way to bind Aff + Either?
|
|
8
|
1072
|
December 31, 2021
|
Compiler cannot resolve Union typeclass
|
|
0
|
569
|
December 14, 2021
|
Record update syntax for newtype with typeclass instance
|
|
8
|
1810
|
December 7, 2021
|
Why do document comments for fields and tags not work?
|
|
2
|
1102
|
December 3, 2021
|
Error: Could not match constrained type
|
|
3
|
967
|
November 25, 2021
|
Implement generic show for my Type -> Type
|
|
3
|
1147
|
November 21, 2021
|
How does an `Aff` monad work?
|
|
11
|
2095
|
November 7, 2021
|
Compiler infers less polymorphism for local bindings
|
|
1
|
573
|
November 2, 2021
|
Make Char represent an opaque code point, instead of utf-16 code unit
|
|
0
|
976
|
October 5, 2021
|