Make Char represent an opaque code point, instead of utf-16 code unit
|
|
0
|
328
|
October 5, 2021
|
Inferring a record using Lacks, Union or Cons
|
|
2
|
319
|
September 13, 2021
|
Suggestion: can we use PureScript's whitespace sensitivity to reduce verbosity?
|
|
6
|
730
|
February 28, 2021
|
Type error existence assertions idea
|
|
2
|
330
|
August 17, 2021
|
Language-level support for extensible variants?
|
|
6
|
626
|
August 10, 2021
|
Custom errors with instance chains
|
|
4
|
381
|
July 28, 2021
|
Improve generic enum generation
|
|
8
|
423
|
June 1, 2021
|
Question about an asynchronous function example in the FFI chapter of the book
|
|
6
|
468
|
May 30, 2021
|
Help implementing a recursive Parser
|
|
4
|
554
|
March 23, 2021
|
`data MyType` vs `foreign import data MyType :: Type`
|
|
1
|
455
|
March 21, 2021
|
Multi parameter instances that reuse the same type variable
|
|
5
|
525
|
March 17, 2021
|
Initial release of `purescript-language-cst-parser`
|
|
4
|
1022
|
February 21, 2021
|
What is a role?
|
|
2
|
732
|
February 10, 2021
|
List a -> Maybe (NonEmptyList a)
|
|
3
|
404
|
January 27, 2021
|
What does @Type mean?
|
|
6
|
547
|
January 21, 2021
|
Constraints on Type Constructors
|
|
1
|
395
|
January 15, 2021
|
Nomenclature: "application", "specialization", "instantiation", "type synonyms"
|
|
0
|
313
|
January 10, 2021
|
Purescript Records and Row Type kind
|
|
1
|
895
|
January 7, 2021
|
How to emulate react subcomponent pattern in purescript
|
|
1
|
436
|
December 28, 2020
|
Unable to define valid instance for class when using `Type.Row`
|
|
1
|
326
|
December 26, 2020
|
Feature request: String interpolation
|
|
30
|
3575
|
December 18, 2020
|
Pure functions referring an array can be impure due to FFI
|
|
5
|
688
|
November 24, 2020
|
No type class instance was found
|
|
2
|
632
|
November 20, 2020
|
How can I reflect the name of a type as a run time string from a proxy value?
|
|
2
|
453
|
November 8, 2020
|
Svelte hype & Purescript perspective
|
|
7
|
2255
|
November 5, 2020
|
Define set that prevents change of type
|
|
2
|
316
|
October 31, 2020
|
How do you get rid of monad in monad EDITED
|
|
3
|
523
|
October 26, 2020
|
How do I access fields of deeply nested tagged records?
|
|
6
|
552
|
October 23, 2020
|
How can I create a list of various types that belong to the same class?
|
|
4
|
474
|
October 16, 2020
|
How do I mark unreachable code paths?
|
|
2
|
385
|
October 14, 2020
|