purescript-jordans-reference icon indicating copy to clipboard operation
purescript-jordans-reference copied to clipboard

Learn PureScript with this "clone and play" repository

Results 17 purescript-jordans-reference issues
Sort by recently updated
recently updated
newest added

## Context 1. Indicate the affected section (i.e. top-level folder) Section 2 Philosophical principles, part 3 Data types 2. Indicate what kind of issue this is Enhancement = a new...

I think this should go in its own Appendix. Or perhaps be a new folder? It would be nice if a guide was written that explained various tips/tricks for maximizing...

enhancement
Design-Patterns

Fixes #589 Fixes a typo in the higher kinded data design pattern Updates repo to PS 0.15.2

The below type won't compile because `Foo` reference itself in its definition and type synonyms must be fully saturated: ```purs type Foo = { value :: Either a Foo }...

enhancement
Syntax

`npm-check-updates` still supports `bower`. You can run `ncu -p bower` to get a list of all outdated packages and `ncu -u -p bower` to have it update your bower file...

enhancement

Throughout this work, I've usd `yEd` to manually create diagrams. Such diagrams aren't friendly to non-native English speakers because they can't be easily translated. I could use [mermaid.js](https://mermaid-js.github.io/mermaid/#/) to create...

enhancement
Meta

- https://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Dr-Ralf-Lmmel-Advanced-Functional-Programming-Type-Classes - https://channel9.msdn.com/tags/ralf-laemmel See [this comment in a Discourse thread](https://discourse.purescript.org/t/understanding-typeequals/1450/9) for more context.

Syntax
ToResearch

The issue here is that this repo's content won't appear in a Google search. From a conversation on FP Slack: > yep. I'll make a point of searching your repo...

enhancement
Meta

`Bind` enables one to compose functions of the type signature `a -> m b`. This is done via `bind`/`>>=`. The composition is `>=>`: ```purescript f :: Int -> Maybe String...

enhancement
Hello-World

Depends on whether purescript/purescript#3302 (issue) / purescript/purescript#3824 (pr) is included in the next major release, which I think it will.

enhancement
Syntax
major-breaking-change