PS equivalent to REPL's :type command?
|
|
5
|
661
|
February 24, 2023
|
Is there a tree-sitter parser for purescript grammar?
|
|
6
|
903
|
February 20, 2023
|
Bundle Split of purescript project with webpack is increasing the bundle size by 300%
|
|
4
|
784
|
January 30, 2023
|
Let-in vs let which should I use?
|
|
11
|
2362
|
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
|
540
|
December 9, 2022
|
Indexed Access Types
|
|
15
|
805
|
August 21, 2022
|
Is it possisble to "and-compose" two functions?
|
|
7
|
869
|
August 20, 2022
|
Academic / theoretical basis of the PureScript type system
|
|
17
|
6499
|
July 5, 2022
|
How do you divide a Data.Time.Duration into chunks?
|
|
1
|
601
|
June 27, 2022
|
Clarification on Array Eq
|
|
1
|
485
|
June 2, 2022
|
Is it possible to use function argument placeholders _ to flip their order?
|
|
5
|
751
|
May 16, 2022
|
Any tools to measure coverage of `stack test`?
|
|
4
|
812
|
April 13, 2022
|
Proposal: make Ref.new pure in Effect and ST
|
|
8
|
784
|
April 4, 2022
|
Help with code comprehension
|
|
10
|
860
|
March 18, 2022
|
What's more "purescriptonic": parentheses or '$'?
|
|
11
|
1117
|
March 15, 2022
|
Optimising compilation time using module, function level caching of type information. Inspired by rescript compiler
|
|
9
|
1019
|
March 1, 2022
|
Questions about combining types in Purescript
|
|
6
|
723
|
February 22, 2022
|
Could compiler lift primitives automatically to their monad context?
|
|
4
|
718
|
February 9, 2022
|
Compiler plugins
|
|
1
|
873
|
January 31, 2022
|
Allow specification of precedence of infix functions
|
|
5
|
860
|
January 13, 2022
|
Is there a better way to bind Aff + Either?
|
|
8
|
969
|
December 31, 2021
|
Compiler cannot resolve Union typeclass
|
|
0
|
502
|
December 14, 2021
|
Record update syntax for newtype with typeclass instance
|
|
8
|
1578
|
December 7, 2021
|
Why do document comments for fields and tags not work?
|
|
2
|
954
|
December 3, 2021
|
Error: Could not match constrained type
|
|
3
|
829
|
November 25, 2021
|
Implement generic show for my Type -> Type
|
|
3
|
931
|
November 21, 2021
|
How does an `Aff` monad work?
|
|
11
|
1792
|
November 7, 2021
|
Compiler infers less polymorphism for local bindings
|
|
1
|
503
|
November 2, 2021
|
Make Char represent an opaque code point, instead of utf-16 code unit
|
|
0
|
807
|
October 5, 2021
|
Inferring a record using Lacks, Union or Cons
|
|
2
|
666
|
September 13, 2021
|