Help with code comprehension
|
|
10
|
542
|
March 18, 2022
|
What's more "purescriptonic": parentheses or '$'?
|
|
11
|
672
|
March 15, 2022
|
Optimising compilation time using module, function level caching of type information. Inspired by rescript compiler
|
|
9
|
619
|
March 1, 2022
|
Questions about combining types in Purescript
|
|
6
|
475
|
February 22, 2022
|
Could compiler lift primitives automatically to their monad context?
|
|
4
|
411
|
February 9, 2022
|
Compiler plugins
|
|
1
|
430
|
January 31, 2022
|
Allow specification of precedence of infix functions
|
|
5
|
483
|
January 13, 2022
|
Is there a better way to bind Aff + Either?
|
|
8
|
572
|
December 31, 2021
|
Compiler cannot resolve Union typeclass
|
|
0
|
282
|
December 14, 2021
|
Record update syntax for newtype with typeclass instance
|
|
8
|
771
|
December 7, 2021
|
Why do document comments for fields and tags not work?
|
|
2
|
365
|
December 3, 2021
|
Error: Could not match constrained type
|
|
3
|
449
|
November 25, 2021
|
Implement generic show for my Type -> Type
|
|
3
|
447
|
November 21, 2021
|
How does an `Aff` monad work?
|
|
11
|
880
|
November 7, 2021
|
Compiler infers less polymorphism for local bindings
|
|
1
|
267
|
November 2, 2021
|
Make Char represent an opaque code point, instead of utf-16 code unit
|
|
0
|
389
|
October 5, 2021
|
Inferring a record using Lacks, Union or Cons
|
|
2
|
385
|
September 13, 2021
|
Suggestion: can we use PureScript's whitespace sensitivity to reduce verbosity?
|
|
6
|
800
|
February 28, 2021
|
Type error existence assertions idea
|
|
2
|
385
|
August 17, 2021
|
Language-level support for extensible variants?
|
|
6
|
760
|
August 10, 2021
|
Custom errors with instance chains
|
|
4
|
455
|
July 28, 2021
|
Improve generic enum generation
|
|
8
|
463
|
June 1, 2021
|
Question about an asynchronous function example in the FFI chapter of the book
|
|
6
|
542
|
May 30, 2021
|
Help implementing a recursive Parser
|
|
4
|
635
|
March 23, 2021
|
`data MyType` vs `foreign import data MyType :: Type`
|
|
1
|
511
|
March 21, 2021
|
Multi parameter instances that reuse the same type variable
|
|
5
|
617
|
March 17, 2021
|
Initial release of `purescript-language-cst-parser`
|
|
4
|
1107
|
February 21, 2021
|
What is a role?
|
|
2
|
937
|
February 10, 2021
|
List a -> Maybe (NonEmptyList a)
|
|
3
|
448
|
January 27, 2021
|
What does @Type mean?
|
|
6
|
599
|
January 21, 2021
|